sds_snvalid

int sds_snvalid (const char *tblname, int pipe);


Determine whether the symbol table has valid characters.


This function determines whether the symbol table contains valid characters.

The tblname argument is the name of a table, including "LAYER", "LTYPE", "VIEW", "STYLE", "BLOCK", "UCS", "VPORT", "DIMSTYLE", and "APPID."

The pipe argument toggles whether the vertical bar ( | or "pipe") character is valid:

Flag Meaning
0 Vertical bar is not permitted.
1 Vertical bar is permitted.

This function returns RTNORM or an error code.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)