BUG-0013588: Incompatible types when calling E3DataAccess’ GetValue/SetValue methods.
OVERVIEW When using E3DataAccess component in typeless languages, such as VBScript or Javascript, GetValue method’s calls will return type mismatch errors. This happens because in typeless languages, the IN/OUT parameters’…