1

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)?

Alex Weitz
  • 3,199
  • 4
  • 34
  • 57

1 Answers1

1

I haven't used Installscript in years, but could you just use StrLengthChars? (example).

Resources:


Some Further Links:

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164