Forum: NSIS Discussion
3rd November 2006, 08:30
|
|
Replies: 3
Views: 1,633
convertion from string to defined constant
I'm wondering if there is any way to convert a string to a defined constant. I've made some definitions like this (the number of defined constants could vary):
!define DEF1 "help"
!define DEF2...
|