When checking for values in a check box (SS 2.0) is it looking for the value to be "T" or "True" or "1" or ????
s
Sandii
04/28/2021, 8:05 PM
I use a in house lib to check rather than trying to figure it out. Something along the lines of...
if typeof is string and string is 'T' or 'true'
if typeof is number, do this