CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 16

Threaded View

  1. #14
    Join Date
    Oct 2005
    Location
    Seattle, WA U.S.A.
    Posts
    353

    Re: Stack Overflow Error?

    Oh Boy am I ever embarrassed !


    Yup, you were right to question my action. Yeah, lopping off everything after the 8}\n would fix it too, but that is excessive. The real problem was the {16}, so i changed it to ...
    "{0}: {1} \n{2}: {3}: \n{4} {5}: \n{6} {7}: \n{8} {9}: \n{10}: {11}: \n{12} {13:F2}: \n{14} {15:C}\n ",

    that's what happens when one makes a change and doesn't even give it a second thought (some might say "or even a first thought")

    thank you for pointing out my error.
    Last edited by ThermoSight; February 7th, 2011 at 11:12 PM.

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