When using Navigate() function you can add context, such as:
Navigate(ScreenName, Fade, {myvar:true})
Would be useful for Back() to have context, such as:
Back({myvar:true})
Thanks
Could you please be more specific? Because I use the Global Variables like Set(varName, "")
When you use context in the Navigate functions - its local scoped variables
When you use Set its global
What we would like is context, just as in the Navigate function, to be added to the Back function
never-displayed