VariableTypes

Previous chapterNext chapter Show allShow all    Hide allHide all

Prototype: short VariableTypes(); 

The value returned by this method is used as a mask for the usable variable types in the variable list. The value is an AND relation from the following values (defined in zenon32/dy_type.h):

WORD

0x0001

corresponds to position 0

BYTE

0x0002

corresponds to position 1

BIT

0x0004

corresponds to position 2

DWORD

0x0008

corresponds to position 3

FLOAT

0x0010

corresponds to position 4

DFLOAT

0x0020

corresponds to position 5

STRING

0x0040

corresponds to position 6

IN_OUTPUT

0x8000

corresponds to position 15