M
Mike Fechner
Guest
I would expect that the compiler wines on this call, because I am not using the OUTPUT option for the dtDateTime parameter. Is that expected behaviour? DEFINE VARIABLE dtDateTime AS DATETIME NO-UNDO. DEFINE VARIABLE lOk AS LOGICAL NO-UNDO. lOk = System.DateTime:TryParse("01.01.2016", dtDateTime) . MESSAGE "lOk" lOk SKIP "dtDateTime" dtDateTime VIEW-AS ALERT-BOX.
Continue reading...
Continue reading...