| Summary: | Exception on EList function setElement | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | broy2 |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed in 20111121 build. Verified. |
Use EUNIT to run: library setElement myNames string[] =["Carolina", "State", "Duke"]; function removeAll(){@Test} try myNames.setElement("Meredith", 1); onException(oops AnyException) LogResult.failed("Exception"); exit; end LogResult.assertStringEqual1("Meredith", myNames[1]); end end When debugging, I see: eglx.javascript.JavaScriptObjectException this.myNames.setElement is not a function