Topic complex |
Table functions |
Function |
getdef() |
Short |
Writes the structure of a table to a text file |
Syntax |
GETDEF(db : INTEGER; textfile : STRING) : INTEGER |
Parameter |
db : table handle of OPENDB
textfile : path of an external text file or ramtext |
Return |
error code
0 : successfully transmitted |
See also: |
|
Description |
The structure of a table is stored on this way, that MAKEDB can create a table out of it.
For more details look at MAKEDB.
|