Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
mscripteditor [2017/12/22 02:22]
admin [Code Assist]
mscripteditor [2017/12/22 02:22]
admin [Commenting MScripts]
Line 156: Line 156:
      <!-- your comments goes here -->      <!-- your comments goes here -->
  
-  * you can add as many comments you would like anywhere in the mscript triggers.+  * you can add as many comments you would like anywhere in the MScript triggers.
   * you can continue to use //comment// parameter, but commenting using xml comment tag is recommended.   * you can continue to use //comment// parameter, but commenting using xml comment tag is recommended.
   * you may have the comments written out to an output file as MScript is executed. By default writing comments to an output file is off. It can be turned on with MScript function //$enableCommentToSeqOut()// or turned off with //$isableCommentToSeqOut()//.   * you may have the comments written out to an output file as MScript is executed. By default writing comments to an output file is off. It can be turned on with MScript function //$enableCommentToSeqOut()// or turned off with //$isableCommentToSeqOut()//.