Search found 3713 matches

by Little John
Wed Mar 06, 2024 11:49 am
Forum: Coding Questions
Topic: Word wrapping
Replies: 1
Views: 152

Re: Word wrapping

These are my word wrap functions.
by Little John
Sun Mar 03, 2024 11:35 am
Forum: Tricks 'n' Tips
Topic: DateEx: Extended Date library
Replies: 33
Views: 4381

Re: DateEx: Extended Date library

New version 2.01, 2024-03-03

Changed
  • Fixed bugs
  • Renamed procedure TimeZoneOffset() to TimeZone()
  • New public procedure TimeZoneStr()
  • New public procedure BlackFriday()
by Little John
Fri Mar 01, 2024 8:43 pm
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

DarkDragon wrote: Fri Mar 01, 2024 8:17 pm It's still infinitely many, even if not at X = 0.
Yep, exactly!
by Little John
Fri Mar 01, 2024 3:01 pm
Forum: Coding Questions
Topic: HTML characters convert {Resolved]
Replies: 6
Views: 290

Re: HTML characters convert

Kwai chang caine wrote: Fri Mar 01, 2024 12:32 pm
U+0153 œ c5 93 LATIN SMALL LIGATURE OE
U+153 is a hexadezimal value => Chr($153) in PureBasic.
by Little John
Fri Mar 01, 2024 8:46 am
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 729

Re: Solve 1 Equation with 2 Unknowns

X = (653184000 / (499 * Y)) 1) This equation also can be written like this: Y = 653184000 / (X * 499)   2) For a long time X was unknown, so that people all over the world had to calculate its value over and over again. Fortunately, about 10 years ago the world-renowned Max Planck Institute for Mat...
by Little John
Fri Feb 09, 2024 6:00 pm
Forum: Coding Questions
Topic: NaN() and if compare problem
Replies: 3
Views: 212

Re: NaN() and if compare problem

; ASM OK, C-Backend Bug? Number = Sqr(-1) If Number = NaN() [...] Wrong code. In order to check for NaN, only use PB's IsNaN() function. NaN is a special value. Testing for it should not be done using normal comparisons because there are actually many different values for NaN and whether or not NaN...
by Little John
Thu Feb 08, 2024 8:04 pm
Forum: Feature Requests and Wishlists
Topic: GetListPositionStackSize(MyList())
Replies: 4
Views: 304

Re: GetListPositionStackSize(MyList())

jacdelad wrote: Thu Feb 08, 2024 7:37 pm ...and as you can see, I read it some time ago. :mrgreen:
So what? My above link to freaks post obviously was for Bisonte, not for you. :mrgreen:
by Little John
Thu Feb 08, 2024 7:24 pm
Forum: Feature Requests and Wishlists
Topic: GetListPositionStackSize(MyList())
Replies: 4
Views: 304

Re: GetListPositionStackSize(MyList())

Bisonte wrote: Thu Feb 08, 2024 8:03 am Interesting !

I always thought it was only possible with one element at a time....
Here is detailed information about PushListPosition() and PopListPosition() by freak.

PS: A new built-in function GetListPositionStackSize() is overkill IMHO. Using a variable for this purpose is easy.
by Little John
Tue Feb 06, 2024 11:20 pm
Forum: Bugs - Documentation
Topic: OpenHelp/CloseHelp on Linux
Replies: 4
Views: 298

Re: Open/Close Help

Oh, I see.
by Little John
Tue Feb 06, 2024 11:20 pm
Forum: Bugs - Linux
Topic: OpenHelp/CloseHelp on Linux
Replies: 4
Views: 164

Re: Open/Close Help

Oh, I see.
by Little John
Tue Feb 06, 2024 7:37 pm
Forum: Bugs - Documentation
Topic: OpenHelp/CloseHelp on Linux
Replies: 4
Views: 298

Re: Open/Close Help

Erlend wrote: Tue Feb 06, 2024 7:07 pm At least the Linux version IDE/Compiler does not recognize the command, so it should state something else.
:?:
PureBasic neither has an "Open" nor a "Close" function.
by Little John
Tue Feb 06, 2024 7:37 pm
Forum: Bugs - Linux
Topic: OpenHelp/CloseHelp on Linux
Replies: 4
Views: 164

Re: Open/Close Help

Erlend wrote: Tue Feb 06, 2024 7:07 pm At least the Linux version IDE/Compiler does not recognize the command, so it should state something else.
:?:
PureBasic neither has an "Open" nor a "Close" function.
by Little John
Mon Feb 05, 2024 10:12 am
Forum: Bugs - IDE
Topic: [PB610b5] Is the IDE a sticky window?
Replies: 5
Views: 442

Re: [PB610b5] Is the IDE a sticky window?

Kiffi wrote: Mon Feb 05, 2024 9:54 am I cannot confirm this.
I can't confirm this either.
Kiffi wrote: Mon Feb 05, 2024 9:54 am I doubt that this is a bug.
The funny (or not so funny) thing is: You can say that about marcoagpinto's "bug reports" even without reading them ... and you'll be correct in approx. 99.9% of cases. :mrgreen:
by Little John
Sun Feb 04, 2024 9:18 pm
Forum: The PureBasic Editor
Topic: Tool - Can triggers be combined ?
Replies: 6
Views: 449

Re: Tool - Can triggers be combined ?

Hi,

perhaps you can set up 2 instances of that tool with differnt triggers? Not very elegant, but it might work. :-)