Android Question What the different between #CustomBuildAction and #Macro in B4A 13.3?

Theera

Expert
Licensed User
Longtime User
Refer to New version B4A 13.3 BETA #1,#CustomBuildAction will be replaced with #Macro 100% ,or not?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
There are related but not exactly the same. Macros are more similar to comment links.
CustomBuildAction - actions that are executed during compilation. For historic reasons their syntax is different and more limited.
CommentLinks / Macros - User initiated actions.

It is possible that macros will replace CustomBuildActions completely in the future.
 
Upvote 0
Top