| Notes |
This verb and its counterpart, db.set, are primarily of use to AppleScript script writers working in Frontier. In UserTalk, you can simply assign the value of an object database cell to a local variable in a script.
Without db.get and db.set, you'd have to use a complicated "tell" statement in AppleScript to move information to and from the object database. Further, the script would break if the user changes the name of the Frontier application.
|