Hello

Can the DATA command handle word variable?
like this

Data @1, $1DF4, $FAFD, $AB13, $3FC3

For i = 1 to 4
read i,wordvar
'do anything
next i

Is this correct?

Thanks
Best Regards
Pedro