Forum Discussion
NisHera
9 years agoValued Contributor
You can not add temporary variables from scripts
only way is declare those manually and use or add values within script
please read this
- yurik9 years agoContributor
Hi NisHera ,
It would be nice to have the ability to add Temporary Variables from scripts.
Thanks!
Yuri
- AlexKaras9 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.