Field WdgItems
Stores initial values for lists. The initial list of values for a combo box or list box are stored in WdgItems.
Valid Values
A 256-character string, containing a list of values separated by semicolons
Remarks
If the length of any item in the list exceed the field’s FieldLen, then that item is truncated.
Leading spaces are stripped from all items.
Example 1
Red;Green;Blue
Example 2
If the semicolon must be used as data, it should be preceded by the escape character ():
period (.);comma (,);semicolon (;)
See Also
FieldLen, FORM SET LIST (Language Reference)