|
Re: Calling a macro from a macro set: msg#00119java.imagej
Dear experts, Create a function that both macros call: //---------------- Macro Set in File: "StartupMacros.txt" ----------------- var myParam; macro "macroA [a]" { for ( i = 0; i < 5; i++ ) { myParam = i; myFunction(); } } macro "macroB [b]" { myFunction(); } function myFunction() { print( myParam ); } -wayne Imagine for example:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: fluorescence measurement in discrete regions of moving cells, Pedro J Camello |
|---|---|
| Next by Date: | Re: RGB to 32 Bit Gray, ij-Newsgroup |
| Previous by Thread: | Calling a macro from a macro set, H. Gluender |
| Next by Thread: | troubles, Chrissy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |