#1
|
|||
|
|||
Calling a subroutine from a script
Hi
Maybe I'm just missing this in the help or the samples but can I call as subroutine from a VBScript? Basically I have a vbscript that finds files over a specific sizes and I and want to call a Subroutine that zips the file and deletes the original. The vbscript works and subroutine works I just want to link them together. Thanks, Frank |
#2
|
|||
|
|||
Not directly. Probably the easiest way would be to store the filenames in a temporary macro from script code, and add the related steps after that, referencing the temporary macro within the step that needs the filenames.
|
|
|