Archive for the ‘RBScript’ Category

Creating an Eval function using RBScript

Posted on January 20th, 2008 by Paul Lefebvre

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 REALbasic application. With careful […]