| Home | Digita Scripting |
Digita Desktop |
Digita Applications |
Other Files |
Links |
|
Digita Script Tutorials - Adding CommentsA comment statement is a line of text that is not processed by the camera's script editor or displayed on the camera's LCD. Comment statements are used to provide information to someone reading your script with a text editor. When added throughout a script, the logic of the script is easier to follow. Comments also provide a way to explain the operation of the script to the end user. Single Line Comment Statements
# the text that makes up the comment Multi Line Comment Statements
Multi-Line comment statements start with /* and end with */. Any number of characters and carriage returns can be entered inside a multi-line comment. /* the text
Back to tutorial page |