ZBrushCentral

fileexecute parameters?

the 1 and 2nd parameter calls for a string input and a fload input, if I want to execute a function calls for 2 string input , what to do?
I think only the 3th parameter wihich call for a memblock input is already enough,
has anyone succeed in trying this? I call the deletefile function of kernel.dll , it delete the file but zscript also ended with error, don’t get any idea what i should do :mad:

I would recommend creating your own dll that will get passed 1 string value such as:
“string1, string2”
Then parse them in your dll and call the kernel.dll function from your dll.

///////////////

Have you got the return value to work yet?
Or the float input?
Or any of the memBlock args?

They don’t seem to be working for some reason.

If you have, I am very eager to see how.