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);"
"
View Code    Back
 
 
© Copyright 2002 Niti Telecom Consultancy. All rights reserved