Pass parameter value to the script

Pass parameter value to the script

Hi all!
Is it possible to pass parameters values from zenon runtime to the VBA procedure?
For example: I have procedure:
VBA Code:
Public Sub Proc (byVal int As integer; byVal str As string)
...
End Sub

And I want write different values in variables "int" and "str", when macro is executed.
Regards, Sabbonis

This is a migrated post! Originally posted on 29.01.2014 by user sabbonis. Please be aware that information can be outdated.