Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,607

    [SOLVED] Re: Can't find solution for error in my code..

    I've marked this as solved.
  2. Replies
    5
    Views
    1,607

    [SOLVED] Re: Can't find solution for error in my code..

    Where is the rest of the error message showing the line of source code where the error happens?
    Did you try using a cast?
    int x = (int)1.234;
  3. Replies
    5
    Views
    1,607

    [SOLVED] Re: Can't find solution for error in my code..

    Can you copy the full text of the error message and post it here.

    If you understand what precision may be lost and don't care, you can cast the value to tell the compiler that you know what you...
Results 1 to 3 of 3