CallByName Function
September 9th, 2009, by Paul Lefebvre in General, Source Code, Tutorial, Visual Basic
A post in the REAL Software forums asked if REALbasic has a CallByName function like VB has. After reviewing my answer and the CallByName function in VB, I am presenting a more thorough solution here. First, REALbasic does not have CallByName. However, it does have Introspection (aka reflection) which...
September 9th, 2009, by Paul Lefebvre in General, Source Code, Tutorial, Visual Basic
A post in the REAL Software forums asked if REALbasic has a CallByName function like VB has. After reviewing my answer and the CallByName function in VB, I am presenting a more thorough solution here. First, REALbasic does not have CallByName. However, it does have Introspection (aka reflection) which...
