03-17-2021 07:14 AM
Hello,
I need some help understanding how to pass a variable to a SUD file. My main script sets the value of a variable (named KSTM) and it then uses SUDDlgShow to call a dialogue box. I need the sub script in the SUD file to be aware of the value of KSTM and act on it accordingly.
I've read about using transfer parameters, receiving them using GetArgument, and tried to understand the difference between ByRef and ByVal in case that's important. However, all I get is a range of error messages.
The value of KSTM does not need to be modified by the SUD file or passed back to the main script.
03-17-2021 02:03 PM
Did you see this post?
Does it help?