01-25-2009, 08:51 PM
cannot answer, you don't show the code
--------------------------------------------
this is working example
Macro (on computer 1)
Function receiving_function (on computer 2)
--------------------------------------------
this is working example
Macro (on computer 1)
str comp="x"
str pas="x"
if(!SilentExport("folder_x" "$temp$\folder_x.qml" 8)) end "failed"
str s.getfile("$temp$\folder_x.qml")
str sr
int r=net(comp pas "receiving_function" sr s)
if(r) end "failed, %i" 0 rFunction receiving_function (on computer 2)
