I defined:
STRING x;
in a header (.h) file.
I have a function that I would like to check if the value x
was assigned with a value, before I use it.
Something like:
if(x is null) then...
How can this be achieved in Installscript (InstallShield)?
I defined:
STRING x;
in a header (.h) file.
I have a function that I would like to check if the value x
was assigned with a value, before I use it.
Something like:
if(x is null) then...
How can this be achieved in Installscript (InstallShield)?
I haven't used Installscript in years, but could you just use StrLengthChars? (example).
Resources:
Some Further Links: