
Plug-in (Function & Smart Service)Free
Constant Tools
by Macedon Consulting
Description
There are a variety of use cases where a developer might need to store a reference to a constant to evaluate at a later point in time. With this plugin, you can check if those referenced constants exist, and get their value in just a few milliseconds!
Features
This plug-in provides two functions:
- fn!doesconstantexist - Given a text string representing a constant name, returns a Boolean true or false depending on if that constant exists
- fn!getconstantbyname - Given a text string representing a constant name, returns the Any Type value of that constant
Release notes
Initial release