File Name | File Purpose |
---|---|
Action Pad.prc | The Action Pad application. |
Functions-APAD.pdb | Source code to the functions supplied with Action Pad. |
Scenarios-APAD.pdb | Sample memos with useful example expressions. |
MathLib.prc | The C library of mathematical functions. These are needed to use the Action Pad "math" library. |
ActionPadManual.html | The file you are reading. |
ActionPadLanguage.html | A description of the HandScript language. |
ActionPadLicense.html | The Action Pad license agreement. |
readme.html | Read this first |
memo.restore("Scenarios-APAD")Highlight this text and tap the Show button. This will load a series of memos into your memo database under the Scenarios category. Now you can experiment with a diverse set of pre-built examples. Load each of these memos, then for each example highlight the example text and tap the Show button.
Library Name | Purpose |
---|---|
db | database metadata functions |
math | elementary math functions |
memo | memo save/restore functions |
script | function library sav/restore functions |
string | elementary string support |
_Category | selected Palm OS category functions |
_Dm | selected Palm OS data manager functions |
_Mem | selected Palm OS memory manager functions |
_Str | selected Palm OS string manager functions |
_Sys | selected Palm OS system manager functions |
_Tim | selected Palm OS time manager functions |
Button | Action |
---|---|
OK | Returns to the form previously viewed. |
New | Enters the function editor with a prototype function definition for the selected library. |
Call | If the previous form was the edit form, inserts a call into the edit form replacing the current selection. |
View | Enters the function editor displaying the selected function. |