SQLite Manager on Sale
SQLite Manager on Sale
September 14th, 2009, by Paul Lefebvre in Databases
For those of you that use SQLite (REALSQLDatabase) with REALbasic, you might be interested to know that SQLite Manager (from SQLabs) is on sale at MacZot today for only $24 (half price)!
CallByName Function
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...