Guest_imported
New member
- Jan 1, 1970
- 0
Hi Guys,
I am actually facing a problem with processing Lists.
What I am doing is I am displaying a number of records dynamically retrived by a querry and am displaying out the records as a form where the user can modify the values too.
i use the form variable as a list and split it into each element with "listgetat" function and the process the individual record.
But the problem is that when the field is empty the list
also contains a space and which creates problem
suppose the form is like this
record1 name1
record2 name2
submit reset
if form variable was form.record then it contains
record1,record2
but if record2 is empty then the list is only record1
My question is how do i process record2 even if it is empty.
Thnax
Gg
I am actually facing a problem with processing Lists.
What I am doing is I am displaying a number of records dynamically retrived by a querry and am displaying out the records as a form where the user can modify the values too.
i use the form variable as a list and split it into each element with "listgetat" function and the process the individual record.
But the problem is that when the field is empty the list
also contains a space and which creates problem
suppose the form is like this
record1 name1
record2 name2
submit reset
if form variable was form.record then it contains
record1,record2
but if record2 is empty then the list is only record1
My question is how do i process record2 even if it is empty.
Thnax
Gg