Search found 3721 matches

by Little John
Thu Feb 08, 2024 8:04 pm
Forum: Feature Requests and Wishlists
Topic: GetListPositionStackSize(MyList())
Replies: 4
Views: 315

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: 315

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: 327

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: 353

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: 327

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: 353

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: 476

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: 568

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. :-)
by Little John
Sun Feb 04, 2024 3:05 pm
Forum: Feature Requests and Wishlists
Topic: Iterators
Replies: 8
Views: 597

Re: Iterators

Of course, but it needs mangling around with the position manually just like my workaround macro stuff. What if I access said item before or after such an iteration and misplace it before/after push/pop? Why do I need to write 3 more lines if it could be integrated seamlessly in the language? Every...
by Little John
Sun Feb 04, 2024 1:48 pm
Forum: Feature Requests and Wishlists
Topic: Iterators
Replies: 8
Views: 597

Re: Iterators

DarkDragon wrote: Sun Feb 04, 2024 1:05 pm

Code: Select all

Classic ForEach cannot be nested
ForEach can be nested by using PushListPosition()/PopListPosition() or PushMapPosition()/PopMapPosition(), respectively.
by Little John
Fri Feb 02, 2024 2:54 pm
Forum: General Discussion
Topic: Unicode and PureBasic
Replies: 29
Views: 101185

Re: Unicode and PureBasic

idle wrote a UTF-16 module.
by Little John
Sun Jan 28, 2024 1:49 pm
Forum: Coding Questions
Topic: User Libraries "Compression Error"
Replies: 2
Views: 274

Re: User Libraries "Compression Error"

A particular user library only works with a particular Purebasic version. User libraries are often not updated and therefore obsolete. They are not officially supported by PureBasic anyway. My personal tip: Forget about them! Only use libraries in the form of source code!
by Little John
Wed Jan 24, 2024 9:27 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 335
Views: 42118

Re: PureBasic 6.10 beta 3 is out !

Will applications compiled with the new version of PureBasic be able to run on each supported Windows version (Vista, 7, ...) without the need of installing any MSVCRT runtime package? When programs were compiled with older PureBasic versions, has there ever been the need of installing any MSVCRT r...
by Little John
Tue Jan 23, 2024 8:38 pm
Forum: Coding Questions
Topic: read excel .xlsx file data ...
Replies: 30
Views: 4463

Re: read excel .xlsx file data ...

loulou2522 wrote: Tue Jan 23, 2024 4:46 pm I'm very surprised that no one has mentioned comate
:?:

Please read this thread once again.
by Little John
Fri Jan 19, 2024 5:43 pm
Forum: Coding Questions
Topic: How to find out if a UTF-8 file is with BOM or not.
Replies: 6
Views: 585

Re: How to find out if a UTF-8 file is with BOM or not.

This means that there must be a way to recognise UTF-8 even without a BOM.
AFAIR Demivec posted a procedure here that does do so.