Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field called row1.ActionCode.
I try to add a variable: row1.ActionCode == "UP"
It gives me compile error. "cannot convert from boolean to string". ActionCode is a string - the code completion helper told me so.
When I typed in row1. it gave me an option to pick ActionCode so I know it's there.