
02-27-2012, 07:19 PM
|
Banned
|
Join Date: Feb 2007
Posts: 1,348
|
|
I'm attempting to test it on my phone. This isn't working for me
function onCreated() {
temp.I =0;
Temp.t = { "Paul", "frank", "Sam"};
For(temp.I=0; temp.I<temp.t.size();temp.I++){
Echo(temp.t[temp.I]);
}
} |
|
|