View Single Post
  #7  
Old 11-09-2006, 10:19 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
I see the bug, knda
I did this though, dunno if it's of value

HTML Code:
temp.curList = getstringkeys("client.");
this.clearList("client.", temp.curList);

function clearList(stringType, currentList)
{
  for (temp.curString: temp.currentList) 
  {
    unset( (@ temp.stringType @ temp.curString) );
  }
}
__________________

Last edited by xAndrewx; 11-09-2006 at 03:11 PM..
Reply With Quote