Statements>Combining Multiple Statements in One Line
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>Combining Multiple Statements in One Line
Syntax
<CARAVAN>
statement1;statement2;statement3;statement4
</CARAVAN>
Text Multiple Caravan statements can be combined in one line, one after another, separated by a semicolon (;).
Sample
Example
<HTML>
<BODY>
<CARAVAN>
loop ctr (100); "The value of the counter is ";ctr(counter);"<br>";repeat ctr 100

</CARAVAN>
</BODY>
</HTML>
Quick Reference
Home       Back