include sample_top.html
Caravan Business Server>Examples>Date & Time Variables

Usage of Go To Statement
Number1 :
Number2 :

if form(txtnumber1)>form(txtnumber2) goto a; endif if form(txtnumber2)>form(txtnumber1) goto b; endif if form(txtnumber2)=form(txtnumber1) goto c; endif label a; "Number 1 is bigger of the two" goto last; label b; "Number 2 is bigger of the two" goto last; label c; "Both are equal" label last;
  include sample_bottom.html