| Prev | Next | Script Verbs > script.makeComment |
script.makeComment
| Syntax |
script.makeComment ()
|
| Params |
None required
|
| Action |
Converts the current line in the target script window into a comment line. Comment lines, and any of their subheadings, are ignored when a script is executed .
|
| Returns |
True
|
| Examples |
Select any line in one of the sample scripts and then execute: script.makeComment ()
Notice that the item marker at the beginning of the line is converted from a triangle to a chevron, indicating the line is a comment. (You can return the line to an executable script line with the script.unComment verb.) |
| Notes |
This is an advanced Frontier verb of primary interest to implementers and advanced scripters. It is not necessary to understand it to use Frontier effectively for most tasks. Comments can be placed in normal outlines as well a scripts, but have no special meaning there.
|
| See Also |
script.unComment
|
| Prev | Next | Script Verbs > script.makeComment |