GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2009-Oct-31

Title: Template file
Post by: MrTAToad on 2009-Oct-31
How do you create a template file, by the way ?  Its been something I've wanted to setup for ages (as I always initialise my programs the same way, with the same code).
Title: Re: Template file
Post by: okee on 2009-Oct-31
In the menu click File->File->New to create your template *.gbas file
Then save it to
"your project directory"\GlBasic\template

File->Homepath in the menu will tell you where your project directory is
if you're not sure.

Then when starting a new project select your required template in the
"use template file" dropdown menu   
Title: Re: Template file
Post by: MrTAToad on 2009-Oct-31
Thanks for that!