Search:

Type: Posts; User: Johnny Bravo

Search: Search took 0.12 seconds.

  1. [SOLVED] Re: Extracting whole number digits from a float

    Nope, forgot it but after you've reminded me of casting integer, I did it and the code worked. Thank you so much.
  2. [SOLVED] Extracting whole number digits from a float

    I need to extract the whole number digits from a number that has decimal point. for example I need only the first 3 digits of a number like 143.454369 which will be 143. I can get it by dividing it...
Results 1 to 2 of 2