We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

pass thru arguments with call procedure across different tabs.

Home Forums Puzzles pass thru arguments with call procedure across different tabs.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #81880
    martenmonoz
    Customer

    Hello all!

    When I call a procedure with an input, the input is undefined unless the call is in the same tab as the procedure. (see screenshot) can I call the procedure with an input, in another tab than the tab where the procedure is?

    Thanks in advance.

    #81946

    Hi,
    There is a naming conflict between variable assigned by “call procedure” and the variable with the same name from the procedure in the different tab. We’ll need to figure out how to fix it, meanwhile you can easily resolve this by renaming some of your “switch” vars, e.g. to “s” or “switch in”.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.