[proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000?
Harald Mückter
mueckter at lrz.uni-muenchen.de
Fri Apr 3 02:02:56 CDT 2020
Please add my name to the list of likers. My argument is the same as Scott's. Thx - Harald Mückter, LMU Munich -
On 03.04.20, 04:42, "proFit-list on behalf of Scott Lasley" <profit-list-bounces at quantum-soft.com on behalf of slasley at space.umd.edu> wrote:
I would like to see this feature added. It is nice to see all digits when working with large integers like seconds since epoch.
Thanks,
Scott
> On Apr 2, 2020, at 9:55 PM, pro Fit support <profit at quansoft.com> wrote:
>
> 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
>
>
>
>
>
>
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
_______________________________________________
proFit-list mailing list
proFit-list at quantum-soft.com
http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
More information about the proFit-list
mailing list