Topic complex |
Table functions |
Function |
getcode() |
Short |
Scrambling code of a table |
Syntax |
GETCODE(db : INTEGER) : INTEGER |
Parameter |
db : Table handle from OpenDB |
Return |
Scrambling code of the table.
0, if db is not scrambled |
See also: |
|
Description |
This function is used for example, if a table should be exported, whereby password and scrambling code of the original table should be preserved.
|