The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: fearless on September 10, 2011, 10:30:22 AM

Title: Radasm template question
Post by: fearless on September 10, 2011, 10:30:22 AM
Is there other template variables other than [*PROJECTNAME*] that RadAsm supports?

Im looking to see if Project Description is supported? something like [*PROJECTDESC*] orĀ  [*PROJECTDESCRIPTION*]

Also is there a way to capitalize [*PROJECTNAME*], some sort of macro to allow lowercase, uppercase for template variables. UPPER( [*PROJECTNAME*] ) or LOWER ( [*PROJECTNAME*] ) for example?

Also, http://radasm.cherrytree.at/ seems to be down at the mo.

Thanks.
Title: Re: Radasm template question
Post by: KetilO on September 17, 2011, 08:53:25 AM
Hi

[*PROJECTNAME*] is the only variable.

A project sescription starts at the third line and ends when [*BEGINPRO*] is found.
Example:

Win32 App
DaemonApp
Task Daemon application
-
Ulterior, 2004
e-mail: ulterior@one.lt
web: http://www.files.lt
[*BEGINPRO*]
.
.
.
[*ENDPRO*]


KetilO
Title: Re: Radasm template question
Post by: fearless on September 17, 2011, 11:49:17 AM
Thanks for the info.