Referencing types

<< Click to Display Table of Contents >>

Referencing types

mapp Services V5.16

Reference types can be used to declare Variables.

Example

TYPE
  A : REFERENCE TO UDINT;
END_TYPE