PDA

View Full Version : How to use the Versioning Macro??


DrGonzo
08-18-2006, 04:58 AM
Hi Kinook,

I have problems using the macro VSNET_PROJ_VER from the project step GetVersion. I want to copy the value of the macro variable into a String to do further modifications, but I did not succeed in finding the correct synthax.

I already tried things like

MyString = String(10, % VSNET_PROJ_VER%)

but it does not work.

Thanx for Your reply.

Greetz DrGonzo

kinook
08-18-2006, 08:31 AM
MyString = "%VSNET_PROJ_VER%"