How big is a macro file ?

Help with writing and playing macros

How big is a macro file ?

Postby pdam » Thu Oct 21, 2004 10:47 am

Hi everybody,

I'm encounter a problem when creating a macro file over 1000 lines.
When i want to load corresponding .MAC file, this one is truncated after among 1000 lines.
So somebody has an idea ?
Thanks by advance.
Regards :(
User avatar
pdam
Newbie
 
Posts: 2
Joined: Wed Oct 20, 2004 11:00 pm

Re: How big is a macro file ?

Postby Mofi » Thu Oct 28, 2004 8:18 am

If there is such a limitation, which I don't know, split the big macro into several smaller macros (submacros or "routines") saved in the same macro file with the same properties and edit the main macro to run the other macros with the PlayMacro command.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4049
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: How big is a macro file ?

Postby mightymax » Mon Nov 22, 2004 5:10 pm

I like to split them into smaller units anyway. It makes it easier to debug and reuse later on.

<smiles>Max
User avatar
mightymax
Basic User
Basic User
 
Posts: 30
Joined: Tue Jul 27, 2004 11:00 pm
Location: San Diego, CA


Return to Macros