Answered
working with Lists
i have bee asked to take a form response and out put it to a
table. the response field of the db is populated like so::
"Kelly Wadell | Transferred from POU | 2/1/2009
John Dolce | Transferred from HQ |10/1/2008
David Fargnoli | Transferred from POU | 1/6/2008
"
after each date is a return when I code my listgetat to capture the return tempVar=listgetat(response, 1,'|')tempVar2=listgetat(response, 2,'|')
the above should produce a table with 3 rows of data
tia
J
"Kelly Wadell | Transferred from POU | 2/1/2009
John Dolce | Transferred from HQ |10/1/2008
David Fargnoli | Transferred from POU | 1/6/2008
"
after each date is a return when I code my listgetat to capture the return tempVar=listgetat(response, 1,'|')tempVar2=listgetat(response, 2,'|')
the above should produce a table with 3 rows of data
tia
J