CopyVar
|
09-09-2017, 01:39 PM
Post: #2
|
|||
|
|||
RE: CopyVar
(09-09-2017 11:58 AM)webmasterpdx Wrote: Can anyone explain the difference between these 2 lines....in terms of what happens? The difference is that CopyVar doesn't evaluate the source variable. Here's a CAS example: aa:='1+2' <-- this stores the algebraic expression '1+2' into aa. bb:=aa <-- this stores the evaluated result, 3, into bb. CopyVar(aa,cc) <-- this stores the unevaluated expression '1+2' into cc. <0|ΙΈ|0> -Joe- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
CopyVar - webmasterpdx - 09-09-2017, 11:58 AM
RE: CopyVar - Joe Horn - 09-09-2017 01:39 PM
RE: CopyVar - ji3m - 09-09-2017, 03:01 PM
RE: CopyVar - webmasterpdx - 09-09-2017, 10:04 PM
RE: CopyVar - Tim Wessman - 09-11-2017, 03:12 PM
|
User(s) browsing this thread: 3 Guest(s)