Post Reply 
{ Vars List} how to store a value in one var of the list ?
02-07-2014, 11:55 AM
Post: #6
RE: { Vars List} how to store a value in one var of the list ?
Hi,
of couse there are several ways for doing the job!

#{str1,str2,...}(n):=value works with an arbitrary number of parameters, of course (up to 10.000 parameters in this release of the HP Prime). str-i should contain the name of the variable-i.

Moreover, you can define an universal XCAS function, which does the work for You erverytime:

VarsSetUp(n,V,L):=BEGIN LOCAL u01; u01:=L(n); #(u01):=V; END;
(Input from the CAS command line)

Best Greetings
OldHPUser
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: { Vars List} how to store a value in one var of the list ? - OldHPUser - 02-07-2014 11:55 AM



User(s) browsing this thread: