Call script with more 4 parameters

4 posts / 0 new
Last post
ElementDM
Offline
Joined: 01/14/2016 - 09:37
Call script with more 4 parameters

Hi all,
 
I have a problem with my Ideascript macros. I have a macro with different variables and object variables. So I want to send more than 4 variables to other macro but I can't. 
I see and read different solutions such as read variables from a text file (after writing) but I want to avoid use this solution...
Moreover, I didn't find a solution to send an object variable to an other Macro or may be it is not possible...
 
Thanks
 

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi,

As far as I know you are limited to the 4 variables unless you output your information into another format that can be read by the script being called.  I usually use a text file.  As for objects, the same problem, as far as I know you can't send objects between scripts, you would have to send the information through a text file or something similar to recreate the object in the script being called.

Good luck.

Brian

ElementDM
Offline
Joined: 01/14/2016 - 09:37

Hi,
Thank you for your help.
ED
 
 

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

My pleasure.