EDIT limits for float data entry

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • EDIT limits for float data entry

    When using EDIT_SetFloatMode(), you are required to set minimum and maximum values. If these are set to FLT_MAX * -1 and FLT_MAX respectfully, then the number is not displayed, and often a few random characters are seen. What is the maximum length of floating point numbers that can be displayed? Unfortunately I can not find any indication in the manual.

    Regards,

    Craig
  • Hello Craig,

    I am afraid I can not tell you the exact values. The float values are converted into integers and then displayed using a shifted '.'. I will deal with this in detail, but I currently can not tell you when this is going to happen. Sorry.

    Best regards,
    Adrian