Quote from
smartmedia on December 21, 2023, 7:12 pm
Lets say that you have a subroutine called CheckStatus
inside your subroutine you want to call one other subroutine called CheckResult and also pass a parameter.
So in your CheckResult subroutine you will add a parameter with Alias the variable you want to pass and choose type STRING.
Now, inside you CheckStatus subroutine call your CheckResult like this
CheckResult "[Variable]"
Normally the [Variable] you have entered as parameter in CheckResult will be passed.
You can pass multiple parameters in your suboutine if you want to.
I hope i help you.
Lets say that you have a subroutine called CheckStatus
inside your subroutine you want to call one other subroutine called CheckResult and also pass a parameter.
So in your CheckResult subroutine you will add a parameter with Alias the variable you want to pass and choose type STRING.
Now, inside you CheckStatus subroutine call your CheckResult like this
CheckResult "[Variable]"
Normally the [Variable] you have entered as parameter in CheckResult will be passed.
You can pass multiple parameters in your suboutine if you want to.
I hope i help you.