How can I use variable on NSIS include / to get another variable -
is there anyway include file mention variable? mean
strcpy $1 "bla.nsh" !include $1
?
or maybe getting value of variable called variable such as:
strcpy $1 "en" strcpy $2 ${lang_${1}_welcome_message}
?
thanks.
actually, anders right. think that, when compiler compiling code, need know files need include exe file.
about variable, can use defines. again, because when compiling, compiler compile needed (in use) variables / defines, , can't tell him use 1 never been declared.. little different server side languages because here compiling , pack code exe file assembled in computer.