|
Calling a macro from a macro set: msg#00116java.imagej
Dear experts, how does one call a macro that is part of a macro set from another macro of the same set -- or is this not yet possible? Imagine for example: //---------------- Macro Set in File: "StartupMacros.txt" ----------------- var myParam; macro "macroA [a]" { for ( i = 0; i < 5; i++ ) { myParam = i; runMacro( ??? ); // <-- any idea of how to run macro "macroB [b]" ? } } macro "macroB [b]" { print( myParam ); } //------------------------------------------------------------------------ Desired result in the "Log"-window: 0 1 3 4 Any idea of how to achieve this? Best -- Herbie ------------------------ <http://www.gluender.de>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: RGB to 32 Bit Gray, Wayne Rasband |
|---|---|
| Next by Date: | Re: Getting Roi names from Roi Manager?, Albert Cardona |
| Previous by Thread: | fluorescence measurement in discrete regions of moving cells, Thorsten Vetter |
| Next by Thread: | Re: Calling a macro from a macro set, Wayne Rasband |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |