Prev: m Help System
Invoking help
The help system is invoked from the editor (or the interactive shell):
| Series 60: | Click the "yes" (green phone call) button. |
| UIQ: | Press the button. |
Alternatively, you can invoke it with .
The help being displayed depends on the code before the cursor position:
- If it is a function or constant from a module, the help for this module is displayed, with the corresponding function or constant selected. Module aliases (use ... as ...) are resolved before looking up the module.
- If it is a keyword or a builtin function or constant, the default help is displayed, with the corresponding language construct or constant selected.
Let's assume the following code fragment:
use graph as g
for i=1 to 10 do
g.t
end
|
If the cursor is positioned just after "g.t" (i.e. you have just typed it in) and you invoke help, the following page will be displayed:
 | |  |
| Series 60 sample screen | | UIQ sample screen |
Note that the first function or constant matching the code before the cursor is selected. In our example, this is graph.text.
You can select another function by navigating up or down.
Next: Navigating through patterns© 2004-2010 airbit AG, CH-8008 Zürich
Document AB-M-TUT-869