Return Return - Forum

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

Return Return

I wonder if there is a way to return from subroutine a Return statement to calling script.

So like this Return Return in subroutine (not Return "Return"). The purpose is then terminate also the calling script.
This syntax basically works but it throws an error to console.

@kajanken I think I understand what you’re trying to achieve. To use the Return "value" statement in VisualNEO Web, you need to ensure that the subroutine is called from another subroutine or command that expects a return value.