Thread: Level: None
View Single Post
  #24  
Unread 12-07-2010, 01:54 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Well, it worked that way for commas and such. It didn't truncate the value, it just removed the non-numerical values and concatenated the numbers together.

For instance, the location "12,34" becomes "1234". A well defined int parser would refuse to deal with with that, so I assume it just takes any numbers it finds regardless of what else is in there. It's worth a try at least.
Reply With Quote