Forum Discussion

rushikesh's avatar
rushikesh
Contributor
6 years ago

Type of Array is changing from object to COMSafeArray when copy code from one project to other.

Hi,   I am using below code to get details of buttons present in a dialog box.   function inGetData(page) { Buttons = new Array(); Buttons = GetChildren("Button",page);   }   fun...