de_valid_name()
Syntax:
de_valid_name (name, bNoext, bCheckgs1, errmsg);
where
name is leaf name to be checked
bNoext is optional, if TRUE, dot (".") is not allowed in name
bCheckgs1 is optional, if TRUE, check validity of the valid characters in name. Valid characters are alpha numeric and _ ' @ # $ % & | + - ! ^
errmsg is the error message that will be output
Example:
de_valid_name("myName");
which is the same as
de_valid_name("myName", FALSE, TRUE, NULL);
because default bNoext is False, default bCheckgs1 is TRUE
and default errmsg is NULL
de_valid_name("myName", TRUE, TRUE, "Invalid name");
Where Used:
Schematic
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()