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
%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

format out to all digits when you leave the edit line).
Thanks!
------------------
Mark Newman
Comment