View Single Post
  #11  
Old 05-31-2010, 01:54 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by xMane View Post
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.0this.bizstaff.size(); ++)
  
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]);
  }
__________________
Reply With Quote