Returns the memo field block size for a table.
Syntax
SYS(2012 [, nWorkArea | cTableAlias])
Returns
Character
Arguments
nWorkArea | cTableAlias
Specifies the work area number or table alias for the table for which the memo field block size is returned. nWorkArea specifies a work area number and cTableAlias specifies a table alias. If you do not specify a work area or alias, SYS(2012) returns the memo field block size for the table open in the currently selected work area.
SYS(2012) returns 0 if a table isn't open in the specified work area or the table doesn't have a memo field.
Remarks
For more information on specifying the memo field block size for a table, see SET BLOCKSIZE.