HP Forums

Full Version: how to store a QAS expression
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how can I store a QAS 'expression' in a variable for later use ?

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

Many thanks
You may use a:=STRING(quote(desolve((r'+r) = 10,t,r))), EXPR(a) later provides the solution.
Arno
This is cool. I'm socking this one away for later.
Yes, it works. Many thanks
Reference URL's