From glasspusher at outofoptions.net Thu Apr 2 17:25:31 2020 From: glasspusher at outofoptions.net (Dave) Date: Thu, 2 Apr 2020 15:25:31 -0700 Subject: [proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000? Message-ID: 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 From profit at quansoft.com Thu Apr 2 20:55:52 2020 From: profit at quansoft.com (pro Fit support) Date: Thu, 2 Apr 2020 21:55:52 -0400 Subject: [proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000? In-Reply-To: References: Message-ID: <880E2D4D-32FA-47A9-BF6C-BDFAB4B1288F@quansoft.com> 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 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: From slasley at space.umd.edu Thu Apr 2 21:42:16 2020 From: slasley at space.umd.edu (Scott Lasley) Date: Thu, 2 Apr 2020 22:42:16 -0400 Subject: [proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000? In-Reply-To: <880E2D4D-32FA-47A9-BF6C-BDFAB4B1288F@quansoft.com> References: <880E2D4D-32FA-47A9-BF6C-BDFAB4B1288F@quansoft.com> Message-ID: <1AA142F9-C1FA-461B-88EF-9F4616DD6FBE@space.umd.edu> 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 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 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 From mueckter at lrz.uni-muenchen.de Fri Apr 3 02:02:56 2020 From: mueckter at lrz.uni-muenchen.de (Harald =?UTF-8?B?TcO8Y2t0ZXI=?=) Date: Fri, 03 Apr 2020 09:02:56 +0200 Subject: [proFit-list] any way to get data in a data window to not go to sci notation above 1, 000, 000? In-Reply-To: <1AA142F9-C1FA-461B-88EF-9F4616DD6FBE@space.umd.edu> References: <880E2D4D-32FA-47A9-BF6C-BDFAB4B1288F@quansoft.com> <1AA142F9-C1FA-461B-88EF-9F4616DD6FBE@space.umd.edu> Message-ID: <69CF19E5-4C49-44E5-970B-C6697D10944A@compuserve.com> 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" 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 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 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