 |
ALPHA-VISION® Misc Functions: Usr_String
|
Usr_String
SUMMARY
Usr_String - Get constant string
SYNTAX
Usr_String(String)
ARGUMENTS
- String
-
constant string
RETURN VALUE
constant string, max 255 characters
DESCRIPTION
defines a constant string for further use.
How the job is used:
To a button the following job sequence is bound:
Usr_String(PointID);
Usr_PushArgs();
Wnd_Dialog(Dialog,1)
For any job in the Dialog Window the parameter $wnd1 it is
replaced by the string "PointID".
EXAMPLES
Usr_String(12abcd45=AB)
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times