Sidebar

can a local table be passed to/from a function to a channel

0 votes
179 views
asked Apr 1, 2022 by nickie-l-1757 (200 points)
can a local table object be passed between other functions and to an invoking channel?

what is the persistence of this object? channel or message?

thanks in advance

Nick

1 Answer

0 votes
The System Variable table will most likely be the most useful in your scenario.  System Variables persist regardless of message or channel status, and can be accessed by both functions and channels.
answered Apr 4, 2022 by jon-t-7005 (7,590 points)
...