123456programmer
Programmer
hey, my script won't work...
I have one Dynamic text field (member_list, in which there's a html source code.
and there's an other Dynamic text field (All_member)
this is my script, easy ay. but it won't work and it allways returns an error:
member = member_list.split("<tr align="center">"
trace(member.length);
for (z=0; z<member.length; ++z) {
All_member = (member[z]);
}
thanks in advance
I have one Dynamic text field (member_list, in which there's a html source code.
and there's an other Dynamic text field (All_member)
this is my script, easy ay. but it won't work and it allways returns an error:
member = member_list.split("<tr align="center">"
trace(member.length);
for (z=0; z<member.length; ++z) {
All_member = (member[z]);
}
thanks in advance