Hi,

Is this possible to do a mathematical computation with a number and a string of expression??
for example I used a string variable like
Qt Code:
  1. property string user_script: "*1"
To copy to clipboard, switch view to plain text mode 

can i compute this string to a number variable?

Thanks in advance