Equinox Online Help - Language Reference - A to Z

Home

ListSpace

Applies to
SyntaxListSpace ([ListItem])
Action[Function] A diagnostic function to determine the available space for combo type values.
ScopeOnly usable in form methods.
Notes

There is a finite amount of room for combo field values, so this function is used to return the number of bytes remaining. Currently it only returns the space left for all combo fields and does not use the ListItem parameter.

The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero.

CategoryCombo lists
See Also ListAppend, ListCount, ListDelete, ListDeleteString, ListEmpty, ListFind, ListInsert, ListRead, ListReset
Example

This simple example returns the amount of space left.

Print ListSpace() & " bytes remain."