Search found 474 matches

by akee
Wed Jan 24, 2024 8:54 am
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1042

Re: Procedure Parameters

Yes, similar to this: https://cplusplus.com/reference/cstdarg/va_arg/

but in PureBasic. :o
by akee
Tue Jan 23, 2024 9:10 am
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1042

Re: Procedure Parameters

jacdelad wrote: Tue Jan 09, 2024 3:56 pm What would be the advantage?
:shock:


This would be one.

https://www.purebasic.fr/english/viewtopic.php?t=83339
by akee
Tue Jan 23, 2024 9:08 am
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 20
Views: 1937

Re: PureBasic Librarian

I do feel that if your have compiled your commonly used code into a library then coding would make your existing projects smaller.
by akee
Mon Jan 22, 2024 5:27 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 271
Views: 35731

Re: PureBasic 6.10 beta 3 is out !

Thanks Fred.
by akee
Wed Jan 10, 2024 4:51 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 20
Views: 1937

Re: PureBasic Librarian

I believe I read somewhere that one of the things Tailbite did was to split all the procedures in a file into individual sections. They are placed in a user library. So when you compile the code only the procedures that are used are included in the final exe. The use of a Librarian should be to orga...
by akee
Tue Jan 09, 2024 3:29 pm
Forum: Feature Requests and Wishlists
Topic: Procedure Parameters
Replies: 9
Views: 1042

Procedure Parameters

Self-explanatory. This would be so helpful in development.

Code: Select all

CountProcedureParameter()
ProcedureParameter( ByIndex )
ProcedureParameter( ByName$ )
by akee
Tue Jan 09, 2024 3:22 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic Librarian
Replies: 20
Views: 1937

PureBasic Librarian

We really need a PureBasic Librarian to organize code since Tailbite has been EOL.
by akee
Mon Jan 01, 2024 2:30 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 271
Views: 35731

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Saw this... PackEntryDate()... PureBasic developers rock...

Thanks Fred...
by akee
Mon Jul 03, 2023 4:46 am
Forum: Feature Requests and Wishlists
Topic: Packer
Replies: 8
Views: 4901

Re: Packer

Any chance to see this in 6.03? :wink:
by akee
Mon Jul 03, 2023 4:45 am
Forum: Feature Requests and Wishlists
Topic: packentrydatetime()
Replies: 2
Views: 736

Re: packentrydatetime()

+1
by akee
Fri May 19, 2023 4:04 am
Forum: Announcement
Topic: PureBasic 6.02 LTS is out !
Replies: 89
Views: 17071

Re: PureBasic 6.02 LTS is out !

+1 (with much appreciation)
by akee
Mon Apr 24, 2023 2:10 pm
Forum: Coding Questions
Topic: How to access own procedures outside a module?
Replies: 2
Views: 333

Re: How to access own procedures outside a module?

Great! Thanks Fred! DeclareModule Common Declare$ MyLeft(arg_String$, arg_Count = 1) EndDeclareModule Module Common Procedure$ MyLeft(arg_String$, arg_Count = 1) ProcedureReturn Left(arg_String$, arg_Count) EndProcedure EndModule DeclareModule Test Declare$ First8(arg_String$) EndDeclareModule Modul...
by akee
Mon Apr 24, 2023 9:02 am
Forum: Coding Questions
Topic: How to access own procedures outside a module?
Replies: 2
Views: 333

How to access own procedures outside a module?

How do you access your own external procedures inside a module without re-defining it inside the module? Thanks. Procedure$ MyLeft(arg_String$, arg_Count = 1) ProcedureReturn Left(arg_String$, arg_Count) EndProcedure DeclareModule Test Declare$ First8(arg_String$) EndDeclareModule Module Test Proced...
by akee
Thu Apr 20, 2023 5:41 pm
Forum: Announcement
Topic: PureBasic 6.02 LTS is out !
Replies: 89
Views: 17071

Re: PureBasic 6.02 beta 1 is out !

Please help add PackEntryDate() for 6.02. Thank you...
by akee
Sat Feb 25, 2023 5:21 am
Forum: Announcement
Topic: PureBasic 6.01 LTS is released !
Replies: 92
Views: 19155

Re: PureBasic 6.01 beta 4 is available

Please help add PackEntryDate() for 6.01. Thank you...