News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Radasm template question

Started by fearless, September 10, 2011, 10:30:22 AM

Previous topic - Next topic

fearless

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.
ƒearless

KetilO

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

fearless

ƒearless