TRUE if id is invalid, else FALSE.
|
||
Matches string text2 to string text1. If they are the same then returns TRUE, else FALSE. text2 may contain wildcard characters.
|
||
Returns TRUE if value is unset, else FALSE. The value can be of any data type including ARRAYS. Normally it will be a attribute.
|
|||
TRUE where DESC is an unset text attribute
|
|||
FALSE where CRFA contains unset reference attributes
|
|||
Scalar variables may not be indexed. For example, VTEXT(!var[1]) will return an error.
Array variables must have an index. For example, VTEXT (!array) will return an error.
|
||