Post Reply 
string to variable
04-30-2014, 09:57 AM
Post: #4
RE: string to variable
An other way for this (in a CAS-Program) is

#("ABC_"):=4711;

This creates the global CAS-Variable ABC_ with value 4711. Of course this is also possible with a variable which contains a string:

#CDE_:=4712;

creates the global CAS-Variable ABC_ with value 4712, if the variable CDE_ has the value "ABC_".

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


Messages In This Thread
string to variable - fabila - 04-24-2014, 01:38 AM
RE: string to variable - Han - 04-24-2014, 01:40 AM
RE: string to variable - fabila - 04-24-2014, 02:06 AM
RE: string to variable - OldHPUser - 04-30-2014 09:57 AM



User(s) browsing this thread: 1 Guest(s)