Command ‘REF= (reference assignment)’¶
Symbol:  
Function: This command assigns a reference to an element Output.
Call: Main menu , context menu
Requirements: A CFC editor is active. The input of an Output element is selected.
Example:
Declaration:
ref_int : REFERENCE TO INT;
a : INT;
CFC:
This corresponds to the ST-code ref_int REF= a;
Further information can be found in the description of the data type REFERENCE TO.
See also