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