background image
<< Library Browser- User-defined methods | Library Browser- Compiling and using the modified source file >>
Library Browser- User-defined functions
<< Library Browser- User-defined methods | Library Browser- Compiling and using the modified source file >>
332
User's Guide
18 M
ODIFYING
THE
L
IBRARY
B
ROWSER
Modifying the Library Browser contents
Here is the resulting display:
User-defined
functions
If you want your user-defined functions to display in the Library Browser,
create a group called User-defined functions and document your functions,
such as:
group: User-defined
functions
function: FileOpen
(sFileName)
parameter: sFileName = "myFile": The name of the file to open.
notes:
Opens a file from the application.
function: FileSave
(sFileName)
parameter: sFileName = "myFile": The name of the file to save.
notes:
Saves a file from the application.