 |
ALPHA-VISION® Functions of Data Object Server: SyPo_Txt
|
SyPo_Txt
SUMMARY
SyPo_Txt - System point text
SYNTAX
SyPo_Txt(pointid);
ARGUMENTS
- pointid
-
Name of the Data Object
RETURN VALUE
String
DESCRIPTION
Queries the Text Field contents of a Data Object.
For compatibility reasons to older versions only,
plese use:
Obj_QueryAttr(PointId,Txt)
EXAMPLES
SyPo_Txt(Test_2);
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