View Single Post
  #273  
Old 07-21-2005, 04:29 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
LIES ALLLL LIES.... but then i have to make a big ugly string with a delimeter =(

EDIT!!!!!
Oh yea btw the proper way to do that with an array would be as such
PHP Code:
    len 0;
    for(
s=0;s<this.check.size();s++){
      
tokens wraptext2(100,.6," ",this.check[s]);
      for(
t=0;t<tokens.size();t++){
        
showtext(502+len,this.guix+190,this.guiy+85+(15*int(len/1)),"Courier","b",tokens[t]);
        
changeimgvis(502+len,7);
        
changeimgzoom(502+len,.6);
        
len++;
      }
    } 
it works with an array , just have to use 2 for loops
__________________


Last edited by ZeroTrack; 07-21-2005 at 03:56 PM..