<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > OS (Operating System) > OS_CommandsGetSep |
Description
Retrieve the current set of chars used by OS_GetCommand... to identify command line parameters.
Syntax
s = OS_CommandsGetSep
Returns
String.
The sequence of chars used to identify command line parameters.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
Restrictions
Any of the following chars are used as default command separators: " =- (double quote, space, equal, minus). Use OS_CommandsSetSep function to set a different set of chars.
See also
Examples