HiLMAs reference
Back

Variable assignment and arrays

Next

MOVE

 

MOVE  var1,INTO,var2

 

Description

The value of variable var1 is put in variable var2; the variable type must be the same, with this mean:

Note that:

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 var1 Input Any C,X,F,A,H,P,Z,D,E,L  
2 TO or INTO fixed word      
3 var2 Output  Matching C,X,F,A,H,P,Z,D,E,L  

 

Examples

 


Back Start Next
ENVIRON Top MOVARRAY