| Commenting in your scripts |
|
|
|
| Friday, 19 December 2008 15:54 | |||||||||
|
To keep your scripting organized, 4XCharts has a way for you to add comments to your scripts so that they get ignored and are not part of the executable code. Using these will help you keep your thoughts organized and you quickly know what a specific section does. There are two kinds of Comment Syntax and they both accomplish very different tasks. Syntax 1: // ... Any content after // and on the same line as // is ignored by 4XCharts. // can comment only one line of script at a time. Not only is this good for making notes along the way but you can also use it to isolate parts of the script. If you are having trouble with a script accomplishing what you want you can // a single line and see if that is the line creating the problem. Syntax 2: /* ... */ Any content between /* and */ is ignored by 4XCharts. In contrast to //, commenting using /* ... */ can cover many lines of script.
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."
|
|||||||||
| Last Updated on Friday, 19 December 2008 15:54 |







