Community
Participate
Working Groups
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
Working in 20111118 build.
Verified.