I am not sure if this is a bug or my not understanding how to use the PercentRStudy. When I do the following I receive an error stating that the first parameter is invalid and cannot convert to a numeric number.
var vPctR20 = new PercentRStudy(20);
if ( vPctR20.getValue(PercentRStudy.PERCENTR) <= 50) onAction1();
Anyone have any ideas?
var vPctR20 = new PercentRStudy(20);
if ( vPctR20.getValue(PercentRStudy.PERCENTR) <= 50) onAction1();
Anyone have any ideas?
Comment