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


Deleting array elements

Var temp temp(name)="John" temp(name)="Chris" temp(name)="Mary" "No of names=";temp(name(00));"
" temp(name(02))="null" //removes the name "chris" from the array. "No of names=";temp(name(00));"
"
  include sample_bottom.html