cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

How to test if a property is a certain string length

I need help on testing whether a certain property is a certain length and also if another property is an integer.

This is for a Basic MSI, so no InstallScript.

What is the syntax for a conditional statement for string length and also to test if it's an integer?

TIA.
Labels (1)
0 Kudos
(1) Reply
Anonymous
Not applicable

I found that

MYPROPERTY< 0

at least tests if the string is empty which serves my purpose for now.
0 Kudos