Results 1 to 2 of 2

Thread: string to float

  1. #1

    string to float

    Hey guys,

    I'm trying to convert a string value to a float, but I'm having some difficulty. Specifically with values like "2.22044604925031e-014". When I try to use floatToStr it returns an invalid float value.

    Surely, there must be an easy answer for this, right?

    Thanks,

  2. #2
    Nevermind, the decimal character was to blame. It works now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •