Post Reply 
[Request] for renaming variables
05-29-2014, 06:15 AM
Post: #5
RE: [Request] for renaming variables
Hello,

FYI: in cas, you can do:

f(x):=x+1
and then do
F1:=f
This WILL assign X+1 (note the uppercase) to F1.

and without copy/paste.

note, you could also do g(a):=a+1 and F1:=g it will also work.

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


Messages In This Thread
[Request] for renaming variables - Tugdual - 05-28-2014, 08:58 PM
RE: [Request] for renaming variables - cyrille de brébisson - 05-29-2014 06:15 AM



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