HP Forums
AVars - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: AVars (/thread-4736.html)



AVars - Powersoft - 09-17-2015 10:50 AM

Hi,

I have seen this statement

Local x;
........

x=AVars("ArgData")

How is this working?

Suppose I have a data file ArgData with data

1 2 3 4 5 6 7 ....... etc

How to crate this data file?
How to handle to load this data?
Is there an example to play with it?


Cheers,

Jan


RE: AVars - Didier Lachieze - 09-17-2015 11:47 AM

(09-17-2015 10:50 AM)Powersoft Wrote:  How to crate this data file?
How to handle to load this data?
Is there an example to play with it?

See here.