Search found 997 matches

by Caronte3D
Sat Jan 20, 2024 12:54 pm
Forum: Coding Questions
Topic: Large Arrays and memory question
Replies: 12
Views: 743

Re: Large Arrays and memory question

Maybe some ReDim use, would be good here :?
by Caronte3D
Sat Jan 20, 2024 12:47 pm
Forum: Coding Questions
Topic: PB6.03, 6.04 - window parameters generate an error
Replies: 7
Views: 436

Re: PB6.03, 6.04 - window parameters generate an error

What's the sense of the same constant with the "|" (Or) logic? :?
by Caronte3D
Fri Jan 19, 2024 12:33 pm
Forum: Tricks 'n' Tips
Topic: hextodec convert hex to decimal
Replies: 10
Views: 827

Re: hextodec convert hex to decimal

Thanks, idle :wink:
by Caronte3D
Sun Jan 07, 2024 6:40 pm
Forum: Feature Requests and Wishlists
Topic: AlignC as a keyword
Replies: 7
Views: 811

Re: AlignC as a keyword

+1
by Caronte3D
Sun Dec 31, 2023 10:24 pm
Forum: General Discussion
Topic: PureBasic is a Great Programming Language with Limited Resources
Replies: 18
Views: 2122

Re: PureBasic is a Greate Programming Language with Limited Resources

This forum is +10000000000 better than all the books combined 8)
by Caronte3D
Sun Dec 31, 2023 5:26 pm
Forum: Tricks 'n' Tips
Topic: Tool Create DataSections with AES Strings
Replies: 2
Views: 433

Re: Tool Create DataSections with AES Strings

Thanks! works nice :wink:
by Caronte3D
Sun Dec 31, 2023 5:13 pm
Forum: Tricks 'n' Tips
Topic: Using Gemini Pro AI with PB (free)
Replies: 2
Views: 579

Re: Using Gemini Pro AI with PB (free)

Thanks! :wink:
by Caronte3D
Thu Dec 28, 2023 7:55 pm
Forum: Off Topic
Topic: Merry Xmas
Replies: 11
Views: 1739

Re: Merry Xmas

Merry Christmas, coders! 8)
and... happy new year!
by Caronte3D
Sun Dec 24, 2023 10:19 pm
Forum: Game Programming
Topic: Another World Anim
Replies: 12
Views: 2316

Re: Another World Anim

Nice code and nice memories of the gorgeous game: Another World :wink:
by Caronte3D
Thu Dec 21, 2023 10:38 pm
Forum: Coding Questions
Topic: Why 2 change events from ListIcon?
Replies: 7
Views: 642

Re: Why 2 change events from ListIcon?

Bug? :?
by Caronte3D
Wed Dec 13, 2023 7:59 pm
Forum: 3D Programming
Topic: Demo 3D - Repulsion
Replies: 9
Views: 1636

Re: Demo 3D - Repulsion

WoW! :shock:
You should make a tutorial about shaders and that things :wink:
by Caronte3D
Mon Dec 11, 2023 9:00 pm
Forum: General Discussion
Topic: Tags Label Regions
Replies: 8
Views: 929

Re: Tags Label Regions

Nice!
You forgot:

Code: Select all

Tag GUI End|;-└───GUI───┘
by Caronte3D
Mon Dec 11, 2023 9:09 am
Forum: General Discussion
Topic: Tags Label Regions
Replies: 8
Views: 929

Re: Tags Label Regions

Nice idea :wink:
(seems good candidate for a PB-Tool)
by Caronte3D
Fri Dec 08, 2023 4:52 pm
Forum: Coding Questions
Topic: Why do not use GOTO inside a Select Statement?
Replies: 15
Views: 1202

Re: Why do not use GOTO inside a Select Statement?

marc_256 wrote: Fri Dec 08, 2023 4:43 pm ...and till today they worked all very very well...
Yes, it works well, but the code becomes more and more spaghetti and... (at least) in PureBasic there is always a way to avoid it.
Asm is another topic.

Anyway you can use whatever you want :D