Topic complex |
Table functions |
Function |
memostr() |
Short |
Beginning of a memo field as a string |
Syntax |
MEMOSTR(db : INTEGER; field : INTEGER|STRING) : STRING |
Parameter |
db : table handle from OpenDB
field : field number or field identifier (as String) |
Return |
The first (max 255) chars of the memo field. |
See also: |
|
Description |
If no valid memo field is specified a runtime error occurs.
Word wraps are returned as blanks.
If the memo includes more than 255 chars only 252 chars are returned, followed with '...'
|