About callback Subroutine settings - Forum

Forum Navigation
You need to log in to create posts and topics.

About callback Subroutine settings

I have a subroutine that I want to set in a callback subroutine.

For example, the subroutines set in the "on success" and "on error" of "CheckInternetConnection".

 How can I set the value of an alias for a parameter in that subroutine?

@bca07313 Not sure if I'm understanding you correctly. CheckInternetConnection doesn't allow to send a parameter to the callback subroutine but you can use a global variable instead.

Regards.

bca07313 and javadrajabihakami have reacted to this post.
bca07313javadrajabihakami
My understanding was wrong. Thank you.