[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| FSIZE |
+---------------------------------+
FSIZE(<expC1> [, <expN> | <expC2>])
-----------------------------------
Returns size of database field.
Return value - Numeric
-----------------------------------
FSIZE() returns as an integer the size of a specified database <field>.
The field name must be enclosed in single or double quotation marks.
The size of a database field may also be checked with the DISPLAY
STRUCTURE command.
<expC1>
Name of database field.
<expN> | <expC>
Work area number or alias.
+---------------------------------+
| Examples |
+---------------------------------+
USE customer
? FSIZE('contact')
? FSIZE('cust_id')
-----------------------------------
See Also: DISPLAY STRUCTURE, FCHSIZE(), FCLOSE(), FCOUNT(), FCREATE(),
FEOF(), FERROR(), FFLUSH(), FGETS(), FOPEN(), FPUTS(), FREAD(), FSEEK(),
FWRITE()
-----------------------------------
See Also:
DISPLAY STRUCTURE
FCHSIZE()
FCLOSE()
FCOUNT()
FCREATE()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson