![]() |
Global constant value - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Global constant value (/showthread.php?tid=5922) |
Global constant value - antlomb - 10.03.2025 Hello everybody, can you suggest which is the best value to define global constant values which can be used in scripts ? For example, constants defining logging levels, urls, usernames and passwords, etc.... I would like to have the constants defined in a global and unique repositories, so that I'm able to eventually change them in one unique place and use them everywhere. Thanks a lot for help RE: Global constant value - Daniel - 10.03.2025 Use user library for this or common function RE: Global constant value - antlomb - 10.03.2025 Thanks |