How to pass an object parameter to a VBScript function?
How to pass an object parameter to a VBScript function?
(OP)
I am using VBscript on Catia v5R8 now. I encountered a problem when I tried to pass an object into a vb sub from the parameter lists. It is seemed Passing an object in the lists is not allowed. Can anyone give me some advice?





RE: How to pass an object parameter to a VBScript function?
Try to declare all parameters in public
Good luck !
Pascal.
RE: How to pass an object parameter to a VBScript function?
Thank you very much for your advice. Could you give me further suggestion if I want to use call a function recursively. Should I develop the call stack myself? Thanks
WXHLCY