{ 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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
{ Vars List} how to store a value in one var of the list ? - josephec - 02-05-2014, 11:01 AM
RE: { Vars List} how to store a value in one var of the list ? - Snorre - 02-05-2014, 12:42 PM
RE: { Vars List} how to store a value in one var of the list ? - josephec - 02-05-2014, 02:46 PM
RE: { Vars List} how to store a value in one var of the list ? - OldHPUser - 02-05-2014, 03:06 PM
RE: { Vars List} how to store a value in one var of the list ? - josephec - 02-06-2014, 02:07 PM
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: 1 Guest(s)