
Search found 27 matches
- Wed Sep 29, 2021 4:40 pm
- Forum: Announcement
- Topic: PureBasic 6.00 released !
- Replies: 626
- Views: 215845
Re: PureBasic 6.00 Alpha 5 released !
Thanks for quick response 

- Wed Sep 29, 2021 3:14 pm
- Forum: Announcement
- Topic: PureBasic 6.00 released !
- Replies: 626
- Views: 215845
Re: PureBasic 6.00 Alpha 5 released !
Bitdefender Virenschutz:
Die Datei C:\Program Files\PureBasic\SDK\PureUnit\PureUnitGui.exe ist mit Gen:Variant.Razy.909243 infiziert und wurde in die Quarantäne verschoben. Wir empfehlen die Durchführung eines System-Scans, um weitere Infektionen auszuschließen.
???
Die Datei C:\Program Files\PureBasic\SDK\PureUnit\PureUnitGui.exe ist mit Gen:Variant.Razy.909243 infiziert und wurde in die Quarantäne verschoben. Wir empfehlen die Durchführung eines System-Scans, um weitere Infektionen auszuschließen.
???
- Wed Apr 22, 2020 10:44 am
- Forum: Announcement
- Topic: PureBasic 5.72 LTS is out !
- Replies: 106
- Views: 70243
Re: PureBasic 5.72 LTS is out !
@Fred: Thanks a lot for the great work over the past years. I hope PureBasic / Spiderbasic will continue to be developed in the coming years - a silent user 

- Wed Aug 01, 2018 10:54 pm
- Forum: Bugs - IDE
- Topic: [Done] IDE Problem
- Replies: 3
- Views: 1756
[Done] IDE Problem
PB 5.70 LTS beta 1 x64) // Lenovo T460p with 2560x1440 resolution:
- icons are very, very small (not useful)
- the new form is arranged to small, a white and a gray background is visible
- if I start a new form, the properties below the toolbox are not readable
- icons are very, very small (not useful)
- the new form is arranged to small, a white and a gray background is visible
- if I start a new form, the properties below the toolbox are not readable
- Fri Nov 29, 2013 8:32 pm
- Forum: Feature Requests and Wishlists
- Topic: Improved Debug etc. View
- Replies: 5
- Views: 1853
Re: Improved Debug etc. View
@Little John
I use this code too - but I think it would be better if this feature is included in PB directly - code looks better
I use this code too - but I think it would be better if this feature is included in PB directly - code looks better

- Tue Nov 26, 2013 10:29 pm
- Forum: Feature Requests and Wishlists
- Topic: Improved Debug etc. View
- Replies: 5
- Views: 1853
Re: Improved Debug etc. View
God of all programmers: help my wishes to come true 

- Mon Nov 25, 2013 10:56 pm
- Forum: Feature Requests and Wishlists
- Topic: Improved Debug etc. View
- Replies: 5
- Views: 1853
Improved Debug etc. View
Float: +- 1.175494e-38 bis +- 3.402823e+38
Double: +- 2.2250738585072013e-308 bis +- 1.7976931348623157e+308
Would be great, if "debug" and other commands can view e.g 1.23e-36 as 1.23e-36 and not only 0...
So long
Klaus
Double: +- 2.2250738585072013e-308 bis +- 1.7976931348623157e+308
Would be great, if "debug" and other commands can view e.g 1.23e-36 as 1.23e-36 and not only 0...
So long
Klaus
- Thu Sep 19, 2013 9:30 pm
- Forum: Announcement
- Topic: PureBasic 5.20 LTS is out (Rockstar release)
- Replies: 78
- Views: 41604
Re: PureBasic 5.20 LTS is out (Rockstar release)
Thanks! And now work on an Android version of PB 

- Fri Aug 23, 2013 10:06 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
Thanks to all for the great discussion.
Floating point variables consists of two parts: mantissa and exponent. Mantissa can be very accurate although the exponent is very low or high. Means the display of very small or huge numbers makes definitely sense. Otherwise you couldn't use computers for ...
Floating point variables consists of two parts: mantissa and exponent. Mantissa can be very accurate although the exponent is very low or high. Means the display of very small or huge numbers makes definitely sense. Otherwise you couldn't use computers for ...
- Wed Aug 21, 2013 9:45 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
it's clearly a bug! sorry...
- Wed Aug 21, 2013 9:39 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
I can't understand, why moving from bugs! in nearly every other programming language you can view small numbers without counting zeros... (analoge to very huge numbers...) . Maybe I don't know another command: if, please let me know.
thanks a lot
thanks a lot
- Wed Aug 21, 2013 9:32 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
debug output is not readable, unless you like to count zeros...
- Wed Aug 21, 2013 9:28 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
e.g.
Code: Select all
OpenConsole()
a.d = 1e-34
Print(StrD(a))
Input()
- Wed Aug 21, 2013 9:22 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410
Re: debug output of very small or very large numbers
StrD() doesn't work too...
- Wed Aug 21, 2013 8:52 pm
- Forum: Coding Questions
- Topic: debug output of very small or very large numbers
- Replies: 29
- Views: 8410