Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
passing a variable to qm
#5
Good suggestion. Outcome is that now functions and macros started by command line can receive arguments. Example (pass 3 arguments: string, integer and double):

in PP:

Code:
Copy      Help
... M "macro" A "some string" 1 1.5
or
Code:
Copy      Help
... M "macro" A(SEP) some stringSEP1SEP1.5


in QM:

Code:
Copy      Help
function $s i ^d
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)