I have a problem with the if command.
That´s the code.
I use HM NIS Editor, but there is no syntax highlighting for the !if command. The !else and the !endif is recognized as a command and as so highlighted by the editor.
LicenseLangString license ${LANG_ENGLISH} "sce_data\license_english.txt"
LicenseLangString license ${LANG_GERMAN} "sce_data\license_german.txt"
!if $license == "license_german.txt"
File "sce_data\license_german.txt"
!else
File "sce_data\license_english.txt"
!endif
What´s wrong with it?
Have anybody an idea?
Thanks
Regards
g2g