Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to pass an object parameter to a VBScript function?

Status
Not open for further replies.

wxhlcy

Mechanical
Joined
Mar 12, 2003
Messages
2
Location
CA
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?
 
hi wxhlcy,

Try to declare all parameters in public

Good luck !

Pascal.
 
hi catiman,

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top