Hi!

I use 2.1.8 , and want to know the value in a repeater field.

var ssaved = logList.getRow(i).getChild("saved").getValue();
bs.alert(ssaved); --false
bs.alert(Boolean(ssaved)); --true

the first one show false(it's correct), and second show true, why.

the typeof ssave is object.

Best Regards

johnson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to