Laserfiche WebLink
TSTool Documentation Commands <br /> Commands - 13 <br />selected commands. Unlike most other command editors, multiple command lines can be selected. The <br />interface will automatically insert the # character. The following dialog is used to edit comme nts. <br /> <br /> Menu_Commands_General_Comments2 <br />Comment Editor <br /> <br />4.1 7 .2 Start /* */ Comments <br /> <br />Multiple commands can be commented using the following notation: <br /> /* commented lines commented lines */ <br /> <br />This syntax is consistent with a number of programming languages, including C, C++, and Java, and can <br />be used to quickly disable multiple commands. Use the Commands…General – Comments …/* <start <br />comment> menu to start a comment above the selected command. Matching start and end comments <br />should be inserted. See also the exit control command. Currently there is no way to edit a block of <br />commented code. The notation is meant to be used to comment large blocks of commands, for example <br />during troubleshooting. <br /> <br />4.1 7 .3 End /* */ Comments <br /> <br />Use the Commands…General…*/ <end com ment> menu to end a multi -line comment in commands. <br /> <br />67