I am looking for a way to find out the variables in a script (QtScript).
An example would be this formula:
c = a + b + 15
The variables I would like to find is a, b and c.
Can someone give me a hint with this?
↧