CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 1999
    Posts
    6

    Get the decimal separator



    Hi,


    How can get the decimal separator from the international settings ??


    I've an Error#13 in a small application using external file sended to a french friend which has the , for decimal separator - unfortunately the file generated contains . as decimal separator - actually I trap the error #13 but I don't like this way...


    Thanks in advance for any reply


    Neph




  2. #2
    Join Date
    Jan 1999
    Location
    Grenoble
    Posts
    101

    Re: Get the decimal separator



    You have to use GetProfileString to access at the win.ini file


    Sincerely laurent

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured