Well, I have 5 data in the database list(gDatabase), i want to display
them all on the member("datafield").. when I used the repeat function,
it only give me the last data.. can someone help...Please....
on beginsprite me
test = gDatabase.count
repeat with i= 1 to test
member("datafield").text ="item# " && i && gDatabase[i]
end repeat
end