#1
|
|||
|
|||
How to use the Versioning Macro??
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 |
#2
|
|||
|
|||
MyString = "%VSNET_PROJ_VER%"
|
|
|