Community
Participate
Working Groups
Given the EGL str string = "joe"; if(str.indexof("jo") > 0) Javascript gen generates: var str = ""; str = "joe"; var eze$Temp1 = ""; eze$Temp1 = "jo"; if (((egl.egl.lang.EString.indexOf(str, eze$Temp1) > 0))) { egl.egl.lang.EString.indexOf is undefined
added the missing function