sorry again to post here, but since i dont actually have the program yet to play with since it hasnt arrived, i cant actually trial and error anything im doing... or any basic language im picking up.

one thing i am interested in is just reading values that would be saved at a certain filename. ive looked up the filenames in the datasheets etc..

to use my specific data value would i have to convert it to var? and then use it in my calculation algorithm.

READ F69H, w0.BYTE.o 'cap1 value written to word0 byte 0
READ F67H, W0.BYTE.1 'cap2 value written to word0 byte 1
READ F65H, W0.BYTE.2 'cap3 value written to word0 byte 2

is this an incorrect way of accessing my data? im sorry i cant actually test it myself as of yet...