0 Members and 2 Guests are viewing this topic.
If you simply want to read data from an archived appvar, then you could copy it to a file.GetCalc("appvAPPVAR",File)Where File is the token for a Y-Var (Y0-Y9).Once the appvar is copied to a file, you can read from it like a pointer.GetCalc("appvAPPVAR",Y0){Y0}→AThis would store the first byte of your appvar to the pointer A.