Support Board
Date/Time: Thu, 09 Jan 2025 18:48:34 +0000
Post From: local variables vs persistent vars vs global vars
[2016-07-26 21:24:57] |
SteveW - Posts: 16 |
Is there any way, other than using persistent variables, to define variables that are local to a Study instance? This may be an obvious question but I can't find an answer yet. I see that persistent vars are local to a Study instance and their values can persist across Study instantiations. But what about vars where I want the value to not persist across instantiations and not be shared across multiple charts where the Study is instantiated? I would like to not have to manage persistent var values when I don't want the value to persist. Thanks, Steve Date Time Of Last Edit: 2016-07-26 21:28:35
|