(snvalid symbol [flag])
Determine whether the symbol table has valid characters.
This function determines whether the symbol table contains valid characters. The symbol argument is the name of a table, including "LAYER", "LTYPE", "VIEW", "STYLE", "BLOCK", "UCS", "VPORT", "DIMSTYLE", and "APPID".
The flag argument toggles whether the vertical bar ( | ) character is valid:
Flag | Meaning |
---|---|
0 | Vertical bar is not permitted. |
1 | Vertical bar is permitted. |
Example
Code | Returns |
---|---|
(snvalid "A") | T |