Community
Participate
Working Groups
egl.lang.EglString says InvalidIndexException should be thrown for: try longStr String = "123456789"; shortStr String = longStr[8:12]; onException (oops InvalidIndexException) SysLib.writeStdOut("Success"); onException (oops AnyException) SysLib.writeStdOut("wrong exception"); end
fixed
verified
Closing this defect.