Forum Discussion
4 Replies
- baxatobCommunity Hero
Sure!
You can declare variable inside your script (variable lifetime = your script runtime).
Or you can create predefined ProjectSuite or Project variable using TC interface.
- AlexKarasCommunity 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.