HTBasic Help
×
Menu
Index

String Items

 
String items are sent by sending each character in the string. If a comma follows the output item, then CR/LF are sent as an item separator. If a semicolon follows the output item, then no item separator is sent. If a full array is sent, an item separator will be sent to separate each element unless a semicolon follows the output item (the array).
 
Note: CR/LF is the string item separator and is not affected by the EOL sequence definition in the ASSIGN statement.