Obj_ValueInt

SUMMARY

Obj_ValueInt - Actual value als Ganzzahl

SYNTAX

Obj_ValueInt(pointid);

ARGUMENTS

pointid
Name of the Data Object

RETURN VALUE

32 bit value

DESCRIPTION

Returns the value of a Data Object. The function is compatible to:
ObjQueryAttr(pointid,ValueAsInt)

The returned value is not rounded off, a value of 12.99 is read as 12.

EXAMPLES

Obj_ValueInt(SINUS);

Returns the value of the Data Object ‘SINUS’.


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