Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: "possible loss of precision, found double, required int" HELP

    Did you do the cast where the error is happening?

    Where do you use the bet1 variable? You set bet1 to the value of bet before you assign a value to bet.
    Don't you want to use the current value...
  2. Re: "possible loss of precision, found double, required int" HELP

    Can you post the text of the error message that shows the source line with the problem?

    You can get rid of some of the error messages by using a cast to tell the compiler that you want to convert...
Results 1 to 2 of 2