| System Variables |
|
| String System Variable | |
| Contents | String, separator value, default $8A$. |
| Description | This string system variable indicates the record field separator; the ProvideX default is $8A$). Note that when you WRITE using an IOList, SEP is the field delimiter. |
| Examples | MSGBOX "Unable to save "+P$+SEP+MSG(ERR), "Save Error" LIST_BOX LOAD ITEMS.CTL,0, item_code$+SEP+item_desc$ |