MOVE var1,INTO,var2
The value of variable var1 is put in variable var2; the variable type must be the same, with this mean:
- C, X can be the same string type
- F, A, H can be the same integer type (a right conversion happen)
- D, E, L can be the same float type (a right conversion happen)
Note that:
- Is the unique Hilmas instruction that can handle strings with length even greater than 255 character (with no pratical limit)
- INTO can be shorted in TO