How to clone Tstat10 that I will use frequently

I programmed the Tstat10 with the functions I need but I can’t find a way to clone the program on many thermostats quickly. Do I have to go in, write the program and create variables, one by one on each new device?

If you save your project (click on the save as option under file) you should be able clone that Tstat10
using the load option.

Thanks Chris, and indeed the file → save as option is the way to backup the program which can then be file- > loaded to another stat. Assuming there will be more than one device in the system you will want to make sure the other devices have a unique panel ID. After loading the program you should run through all the IO and vars to rename them. This way the database will have unique names for all items in the building.
For example:
Panel1, IN1 long 20char label = ROOM101 TEMP , short label = RM101T
Panel2, IN1 long 20char label = ROOM201 TEMP , short label = RM201T