Page 1 of 1

Newbie question: how to get text from Product Version field?

Posted: Sat Apr 14, 2007 6:26 am
by Geocentrix
Forgive me if this is obvious, but I am new to IA6...

I am able to access the information I enter on the Project Properties page in the Product Name and Manufacturer fields, using $TITLE$ and $COMPANY$.

But how to I get at the informnation entered into Product Version?

The reason I want this information is to place files into the folder
C:\\Documents and Settings\\All Users\\Application Data\\Geocentrix\\Registrar\\1.0

On Project properties page I have
Product Name = Registrar
Product Version = 1.0
Manufacturer = Geocentrix

Hence the path I want to setup is $ALLAPPDATA$/$COMPANY$/$TITLE$/$VERSION$

but is there a VERSION variable (or a variable with some other name) already connected to the Product Version field?

Thanks in anticipation
Andrew

Posted: Sat Apr 14, 2007 4:46 pm
by jimo
$VERSION$

See predefined variables in the help file.

Posted: Sun Apr 15, 2007 7:28 am
by Geocentrix
Jim

Thanks - I had found pre-defined **compiler** variables, but not pre-defined variables.

Andrew