LIKE Example
Example:
D1
DIM
1
FX
FORM
123.456
IARR
INTEGER
1(3),("1"),("2"),("3")
DATA
INIT
"THIS IS A TEST!"
.
nD1
LIKE
nFX
nIARR
nData
This code shows the creations of new variables based on existing variables using the LIKE compiler directive.