[proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000?
pro Fit support
profit at quansoft.com
Thu Apr 2 20:55:52 CDT 2020
Hi Dave,
actually, the answer is no, but not because it would be complicated or anything, we just never thought about it. It is certainly an option that we could add in the future, though. Anyone else would wish this to be possible?
Meantime, if you wish to have this because you need that format to visually inspect numbers, a possibility would be something like the following script, which takes the numbers in column 1 and converts them to text in column 2 (assumed to be of text type)…. Just in case something like this may be useful to anyone:
—
program numberstotext;
var i:integer;
begin
for i:=1 to nrrows do
if dataok(i,1) then
SetCell(i,2,(NumberAsString(data[i,1],1,15)));
end;
---
—
pro Fit support
profit at quansoft.com
> On Apr 2, 2020, at 6:25 PM, Dave <glasspusher at outofoptions.net> wrote:
>
> Subject says it all. I’m entering data and can’t figure out how to get the “regular” number display to stop going to scientific notation above 1,000,000 (1e6)
>
> Thanks for any and all. Hope you and yours are staying healthy!
>
> Dave
>
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20200402/a95a84e5/attachment.html>
More information about the proFit-list
mailing list