Votes
Answers
Views
Question
4
votes
2
answers
1008
views
For Example... If i have two vbs files named, File1.vbs and File2.vbs In File1.vbs there are two sub/function as hello(), welcome() and In File2.vbs there is sample() is a function... Now i want to call the sub welcome() from File1.vbs into File2.vbs sample() function.