You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the cache dictionary (an optional package that can be added through the DefineManager) allows the commands to store and retrieve values on the C# end. However, it'll be nice to let the users' store values and retrieve them on the fly.
Here's an example where the user can save to a variable and use it later on
Currently, the cache dictionary (an optional package that can be added through the DefineManager) allows the commands to store and retrieve values on the C# end. However, it'll be nice to let the users' store values and retrieve them on the fly.
Here's an example where the user can save to a variable and use it later on
The built-in command
clear
can also be used to remove any set variable.The text was updated successfully, but these errors were encountered: