DBsetInitialValueDouble

Top  Previous  Next

An initialization variable as a floating decimal point value give.

In the data bank initialized variables can be stored. This are basically only sign chains which are identified with a name. The values are given with the function InitializeParameter/INI at user level. The values with DBsetInitialValue... are put on programmer's level. DBsetInitialValueDouble writes such an initialization in the data bank and the handed over floating decimal point value is stored in the data bank as a text string.

Parametre

root (PROOT) [IN]

The trading of the data bank.

name (char *) [IN]

A string with the name of the variables whose value should be fixed as a floating decimal point number.

value (STANDS IN) [IN]

The new value the initialization variable.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetInitialValueDouble (

PROOT root,

char * name,

STAND-IN value

);

Related functions

DBsetInitialValueLong

DBsetInitialValueText