Thread: String Parsing
View Single Post
  #3  
Old 03-20-2008, 12:39 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
PHP Code:
temp.strVar "42";
temp.intVar int(temp.strVar); 
Reply With Quote