CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: y0y0y0

Search: Search took 0.01 seconds.

  1. Re: Help incrementing a variable please.

    Thank you! I had tried Dim dblCalories As Double =39, but was having issues with 19.5 being added to that as well. Your advice about moving dblCalories lower in the code did the trick! I didn't...
  2. [RESOLVED] Help incrementing a variable please.

    I hope I'm posting in the correct forum.

    I have the variable dblCalories += 19.5 which I am using in a For Next Loop. I need to have dblCalories start out at the number 39...NOT 19.5, and then add...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured