 |
ALPHA-VISION® DataObject dependent Actions: Obj_RfrParLst
|
Obj_RfrParLst
SUMMARY
Obj_RfrParLst - update of directly handed over Data Objects
SYNTAX
Obj_RfrParLst(
<PointID>,
<inifile>,
<sektion>,
<var.ind>,
<var.count>);
ARGUMENTS
- PointID
-
If the value of that Object changes an update is initiated.
- Inifile
-
Name of the *.ini files
- Section
-
Name of the Section within the *.ini file
- var.index
-
The position from which the new read should start.
- var.count
-
How many lines, starting at "var.index" should be read.
RETURN VALUE
Actual value of the newly red data object.
DESCRIPTION
Allows the update of up to 99 objects directly handed over to a window.
EXAMPLES
Obj_RfrParLst($wnd1,test.ini,s_1_ind,4,3);
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