Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Transform selected text to calculation
#2
QM does not have an "Eval" function, but can use VBScript or JScript.
Macro Macro2215
Code:
Copy      Help
str s="(5*3)/2+0.2"
out VbsEval(s)
out JsEval(s)


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)