Can any body give me VBScript for the following problem:Suppose I have one input variable in Main Script. I am passing this variable to another script say Script1. From the Script1 how to get the Output variable in Main Script?

Showing Answers 1 - 1 of 1 Answers

I didn't understand the question exactly....U mean Script means TEST or ACTIONS.any how try this: The call statement has the following syntax:1. call test_name ( [ parameter1, parameter2, ...parametern ] );iv. The call_close statement has the following syntax:1. call_close test_name ( [ parameter1, parameter2, ... parametern ] );v. The test_name is the name of the test to invoke. The parameters are the parameters defined for the called test.vi. The parameters are optional.If you want to call from one action to another You just right click on the Action in the keyboard view and you can see option for calling the other actions.If you find right solution pls send me to my mail.Thanks.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions