Guest ps316 Report post Posted 01/07/2004 11:01 AM hi! how can i pass parameters when i call subcript. actually i need send a number when i call subsript. Is there any way to do that..... Please Help Thanks in advance..... Pradeep Sabharwal Share this post Link to post
SupportTeam Report post Posted 01/08/2004 12:51 AM The subscript can read all the Result Variables which have been set so far during the current call on the line, so all that you need to do is to define a Result Variable using a "Evaluate Expression" module before calling the subscript... Alternatively you may use the Script_Gosub command from within a VBScript module to call the subscript - you can specify new RV's as part of that command call... Share this post Link to post