Visual Basics Script (VBS) Help for how to make a function

how do i make a function in vbs script

i figured it out. sorry
To create a function in vbs code simply do this:

Function NameOfYourFunctionHere(Arguments)
code here
End Function

It’s great to hear that you’ve fixed your problem, but please provide an explanation to how you did, so that other people who have the same problem know the solution.

But I think I’ve found it: Visual Basic Script (VBS) input help - #8 by fpessolano

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.