2.3.1 Keep the Script Small

The smaller the code, the easier it is to debug if anything goes wrong. Since scripts are normally used to perform relatively simple calculations, there is little reason to introduce complicated structures or organizations. Use functions and the Script Library to help keep your code concise. (See Using the Script Library.)

<< 2.3 Script Debugging © 1996-2013 InetSoft Technology Corporation (v11.5) 2.3.2 Associate Script with Elements >>