Jonesy44 commented on a Page, Pastebin Script (Uploader)  -  Jul 22, 2008

RE: \"; If anyone has any idea on how to get the list better, let me know\";

var %string = PHP SQL .. all the names in one variable
;sets all the paramaters into one string, rather than redoing it over and over again. and sets a constant value of paramaters used later
var %x = 1
;provides a variable number for select the token from %string
while (%x <= $numtok(%string,32)) {
  did -o paste 14 %x $gettok(%string,%x,32)
  ;adds the token from the string to the list in slot %x
  inc %x
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.