Announcement

Collapse
No announcement yet.

Assign numeric equate with scientific format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Assign numeric equate with scientific format

    It seems that this isn't supported in PB 6:

    %PICO = 1E+12

    which is a much cleaner (and less error-prone) method than:

    %PICO = 1000000000000

    How about adding it to the Wish List? As an extra incentive,
    consider that VB can do this (though it expands the scientific
    format out to all digits when you leave the edit line).

    Thanks!




    ------------------
    Mark Newman
    Mark Newman

  • #2
    Floating point equates are on the wish list already, but I'll ask for another tick to be added. Thanks!


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X