Menu

Strange behaviour when writing integer values

Help
seanm
2005-12-02
2013-03-22
  • seanm

    seanm - 2005-12-02

    When writing the integer value 1000 to a file the value is inserted as "1,000". How can I prevent this. I want to the value to appear as 1000 not "1,000"

    Thanks

     
    • Sam Kim

      Sam Kim - 2005-12-16

      My bad.  I guess I should provide an option to format the output of numbers.  I'll add the interface in 1.4.1 release.

       
    • Sam Kim

      Sam Kim - 2005-12-17

      In the mean time you can achieve what you are trying to do by converting the interger into a string before adding it to the DataRow instance.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.