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


Creating and Accessing Variables-(Method 3)

var temp temp(delim)="," // coma is used as the delimiter temp(name)="John,Chris,Mary" "No of Names =" ;temp(name(00));"
" "1 :" ;temp(name(01)) ;"
" "2 :" ;temp(name(02)) ;"
" "3 :" ;temp(name(03)) ;"
"
  include sample_bottom.html