Guest_imported
New member
- Jan 1, 1970
- 0
How can I simulate the JavaScript statement eval(); in QB. For all you non-JS people out there, eval takes the argument of a string expression and tries to execute that string as if it were a statement sent to the interpereter. How can I do this in QB? Is it even possible?