Hi All,
We are having a problem when we call domJustsList.GetLength in obscript . The error message that we are seeing is "KOSClass_Undefined::DotInvoke( 00000000, 'GetLength' ) !CanInvoke
Err:err_get_msg - Could not load -1 " . By any chance has anyone seen this error before?
domJusList = doc.GetElementsByTagName("TagName")
Integer MaxI = domJustsList.GetLength() <---- error occurs here
Thanks,
Andres.