Moog Animatics SmartMotor™ Developer's Guide,Rev. L
Page 787 of 909
EXAMPLE: (Retrieving same data into other variables for later use)
EPTR=3200
i=10 'Using the variable "i" as index to an array variable
j=7 'Using the variable "j" as the number of sequential
'Variables you wish to store
VLD(aw[r],s)
WHILE t<5
PRINT(#13,aw[t+r]," ")
t=t+1
LOOP
END 'Output is 111 222 333 444 -1111
RELATED COMMANDS:
R
EPTR=formula EEPROM Pointer (see page 440)
VLD(variable,number) Variable Load (see page 780)
Part 2: Commands: VST(variable,number)