Hi JRL,
Thanks a lot!
Actually, the solution is not as expected, but the workaround is working and that is what counts
Cheers,
Bernd
Search found 2 matches
- Mon Jul 23, 2007 7:42 pm
- Forum: Beginners
- Topic: MACRO_RESULT and array
- Replies: 2
- Views: 4769
- Sun Jul 22, 2007 9:48 am
- Forum: Beginners
- Topic: MACRO_RESULT and array
- Replies: 2
- Views: 4769
MACRO_RESULT and array
Hi! Is it possible to pass an array into MACRO_RESULT? I tried following: MyScript.scp: Let>ReturnArray[0]=a Let>ReturnArray[1]=b Let>MACRO_RESULT=ReturnArray Main.scp Macro>%SCRIPT_DIR%\MyScript.scp Let>MyArray=%MACRO_RESULT% Let>MyFirstValue=MyArray[0] Mesage>MyFirstValue But I don't get the expec...