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


Creating and Accessing Variables-(Method 2)

var temp temp(name(01))="John" temp(name(02))="Chris" temp(name(03))="Mary" "No of Names =" ;temp(name(00));"
" "1 :" ;temp(name(01)) ;"
" "2 :" ;temp(name(02)) ;"
" "3 :" ;temp(name(03)) ;"
"
  include sample_bottom.html