View Single Post
  #21  
Unread 03-04-2005, 04:11 PM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

Quote:
Originally Posted by ger
The version of the parser you're using now uses decimals for all defaults. BUT, since it's treating all of the variables as text objects if it reads in an integer instead of a float there isn't much I can do about it. I'll look into it as I convert the C++ back-end code to C#.

The issue is that the eq2_recent.ini does have itergers.
So I understand that the parser isn't converting those to decimals.

The problem is that the XML output has to have a decimal on each of the values. Can they just be converted during the parsing?