Accredo > Script > Snippet Manager >
Edit (F11) button
Edit the Title or MaxBasic code for a snippet.
Text |
The title for the code snippet, that will appear in the list in the Snippet Manager. |
|
Drop down menus |
||
Operators |
Lists MaxBasic operators. |
|
Objects |
Objects, the first part shows pre-defined Global Variables that can be used (if none, this part is omitted). The second (always exists) lists the Company object and data file objects. Click |
|
Functions |
MaxBasic functions. When you select a function that expects arguments, parentheses and commas for the arguments are shown with the pointer at the first argument, for example Help for a function, detailing the arguments, is available from the final option in the menu, or by pressing |
|
Procedures |
Lists Function and Sub procedures defined in or imported into the script. Use |
|
Help |
Access resources including descriptions, documentation and sample code. |
|
Snippet |
Insert a code Snippet. Snippets are listed alphabetically, and the first line of each snippet is displayed. |
|
Editor buttons |
||
|
Check Code |
Checks the code compiles correctly, without running the script. |
|
Save |
Saves the code, and closes the Snippet Code Editor. |