Community
Participate
Working Groups
try myDate = "0000110300"; SysLib.writeStdout(myDate); onException(oops anyexception) SysLib.writeStdout(oops.message); end try myDate = "110300"; SysLib.writeStdout(myDate); onException(oops anyexception) SysLib.writeStdout(oops.message); end RBD gives messages: EGL0102E The 0000110300 value of string type cannot be converted to the date type. EGL0002I The error occurred in dateQuestions processing the main function. EGL0102E The 110300 value of string type cannot be converted to the date type. EGL0002I The error occurred in dateQuestions processing the main function. EDT gives: MONTH String index out of range: 6
This is what is now being given as the exception message: The value 0000110300 of type string cannot be converted to the type date. The value 110300 of type string cannot be converted to the type date.
Moving old fixed bugs from the RESOLVED state to CLOSED.