JoGa 0 Posted October 21, 2010 Hi, I hand over data from scripts to an au3_plugin and vice versa. Works finde, char, int and handles are no problem and receiving arrays in the plugin is done using DllStruc in the script (thanks danielkza). However, I did not find out how to return an array to the script. I assume that there might be another structure aside AU3_PLUGIN_VAR to return a pointer to an array. Any hints would be very much appreciated. Jo Share this post Link to post Share on other sites
JoGa 0 Posted October 21, 2010 Currently I transform arrays to strings and vice versa. Works, but not an elegant solution, I'd rather would have done all the work in the plugin. Share this post Link to post Share on other sites