I've had some trouble with how to structure macros. For example, If i'm using a conditional that directs the flow of the program to three different places, how would I structure the macro? Would I create three separate modules, or three different subroutines, or would I just use one subroutine with GOTO statements? How is the macro read - is sub main always run first? Can I put multiple subs in a module? Thanks!
SolidworksApi macros