| Summary: | Exception on EList function indexOfElement | ||
|---|---|---|---|
| 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: | |||
Working in 20111118 build. Verified. |
Use EUNIT to run: library indexOfElement myDec decimal(2); myNames string[] =["Carolina", "State", "Duke"]; function indexOfElement(){@Test} myDec = myNames.indexOfElement("Duke"); LogResult.assertDecimalEqual1(3, myDec); end end