CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    27

    how about comma on integers?

    is it possible when i fetch an integer value with comma seperation? when it reaches thousands, millions..

    for ex. instead of 12345 ----> 12,345

  2. #2
    Join Date
    Dec 2008
    Posts
    27

    Re: how about comma on integers?

    haha! i already fixed it! using PHP number_format!


    sorry!

  3. #3
    Join Date
    Nov 2004
    Location
    Poland
    Posts
    1,355

    Re: how about comma on integers?

    Quote Originally Posted by ryanbong View Post
    is it possible when i fetch an integer value with comma seperation? when it reaches thousands, millions..

    for ex. instead of 12345 ----> 12,345
    yes.


  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: how about comma on integers?

    [ moved ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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