Post Reply 
how to store a QAS expression
09-06-2015, 04:18 PM
Post: #1
how to store a QAS expression
Hi, how can I store a QAS 'expression' in a variable for later use ?

Example: desolve(diff(r) + r = 10, t, r)

Many thanks
Find all posts by this user
Quote this message in a reply
09-06-2015, 09:30 PM
Post: #2
RE: how to store a QAS expression
You may use a:=STRING(quote(desolve((r'+r) = 10,t,r))), EXPR(a) later provides the solution.
Arno
Find all posts by this user
Quote this message in a reply
09-07-2015, 12:12 AM
Post: #3
RE: how to store a QAS expression
This is cool. I'm socking this one away for later.
Find all posts by this user
Quote this message in a reply
09-07-2015, 01:50 PM
Post: #4
RE: how to store a QAS expression
Yes, it works. Many thanks
Find all posts by this user
Quote this message in a reply
Post Reply 




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