Forum Discussion
yurik
9 years agoContributor
Hi NisHera ,
It would be nice to have the ability to add Temporary Variables from scripts.
Thanks!
Yuri
AlexKaras
9 years agoCommunity Hero
Hi Yuri,
No, Temporary Project Variables cannot be created from script.
The possible workaround is to create a Temporary Variable of Table type and save it within the project. Then, during the runtime you can add the (named) rows to this table thus effectively emulating creation of the Temporary Variables. See "Variables of the Table Type" help topic for more details and a code sample.