include sample_top.html
Caravan Business Server>Examples>Temporary Variables


Increment & Decrement Operations

var temp temp(val)="0" "Assigned Value is ";temp(val);"
" temp(val(01))+="1" "Incremented Value is ";temp(val);"
" delete temp var temp temp(val)="1" "Assigned Value is ";temp(val);"
" temp(val(01))-="1" "Decremented Value is ";temp(val);"
"
  include sample_bottom.html