How to clear the $1 value?

I'm having an issue where when passing a parameter into a table, the $1 variable is still populated after the return from the table such that it is also passed to other tables when not wanted (such as to tables with optional parameters).

Anyone know of a way to clear out this value so it doesn't pollute other these other tables?

Leave a Comment