Creating an Eval function using RBScript
January 20th, 2008, by Paul Lefebvre in RBScript, Source Code
On the REAL Software forums, someone posted a question about Eval functionality in REALbasic. In other languages, the Eval function is used to evaluate expressions. REALbasic doesn’t have a direct equivalent, but it does have RBScript which allows you to write and run your own code within your...