Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How to call function from a vbs? within the Scripting forums, part of the Web Development category; Hi, I have a created a file "sample.vbs" which contains functions. public function add() add = 2+2 End function I have a created another file "doSomething.vbs" ??? From "doSomething.vbs" How ...
|
|||||||
| Scripting Discuss Issues and Problems related to VB Script, Java Script and other Client Side Scripting |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
How to call function from a vbs?
Hi,
I have a created a file "sample.vbs" which contains functions. public function add() add = 2+2 End function I have a created another file "doSomething.vbs" ??? From "doSomething.vbs" How do I call function in "sample.vbs"? |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Static Function Call | amiomi | C and C++ | 2 | 05-19-2009 06:28 AM |
| Function call | Paresh15 | C and C++ | 4 | 01-05-2009 07:49 AM |
| I would like to call the function in Javascript | saranyamahendran | C# | 1 | 10-15-2007 04:14 AM |
| Call function in a query | Geek_Guest | SQL | 2 | 10-11-2007 07:47 AM |
| How can i call that function? | JobHelper | Java | 1 | 12-06-2006 03:16 AM |