Define the separator characters for the get #, put # and put commands (sys.Separator)

sys.Separator,,a32,,v

Separator characters

This pre-defined system variable can be set to define one or more separator characters that separate items on a line when using the get[field] #, put[field] # and put commands. The default separator character is the comma (,) but this can be redefined to another single character or list of characters.

The current, actual length of sys.Separator is set to the length of the text string stored.


EXAMPLE

sys.Separator = ";:"