Quote:
Originally Posted by xMane
so the correct way to do this how? i keep trying but idk what to do here.
PHP Code:
this.hirebiz = clientr.bizname;
this.bizstaff = serverr.(@this.hirebiz@"accounts").tokenize(",");
for (temp.x = 0; x < this.bizstaff.size(); x ++)
this.bizstaffsize = this.bizstaff[x];
Biz_BizPlayerList.addrow(this.amountrow,this.bizstaff[this.bizstaffsize]);
or how would this be? because that code is not working x.x
|
Ahh, close
HTML Code:
for (temp.x; temp.x < this.bizstaff.size(); temp.x++) {
Biz_BizPlayerList.addRow(temp.x, this.bizstaff[temp.x]);
}