Desktop A5W
Description
An Alpha Anywhere User Guide to the Desktop.
- Name
- Description
- Writing Your Own Function
The following user defined function is a simple example to demonstrate a point. You can create a function that accepts parameters, processes these inputs according to your specifications, and returns a value that you can use in your page. It is good programming practice to separate user defined functions from the HTML contents of the page. In this case we place the function before the opening <HTML> tag.