Statements>COMMENTS
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Statements>COMMENTS
Syntax
<CARAVAN>
...
Any number of HTML/Caravan statements can be included
...
// COMMENTS
</CARAVAN>
Text Comments in Caravan Script should be preceded by a double slash (//).  The Caravan engine will ignore such comment lines.
Sample
Example
<HTML>
<BODY>
<CARAVAN>
// This is a comment and will be ignored by the Caravan engine.
</CARAVAN>
</BODY>
</HTML>

Note: Please note that we have provided comments in the Examples to explain the code to you.
Quick Reference
Home       Back