Hello all,
I have a string as an output for a read cell.
I want to check if the read cell is blank or has been filled in
I tried to do String.Trim.Length <> 0 but I kept getting errors.
Any idea what kind of condition i can write to check IF string contains data or not?