sudhir_optimaContributor14 years agoHow to pass array as function parametersWe have written a function which accepts array value. function SelectMultipleGridvalues(RowIndex,ColumnName) { Aliases.QBIS.GrpBox.grdControl.ClickCell (RowIndex[0],ColumnName); for (...Show More
tinauserFrequent Contributor14 years agoRunScriptRutine SelectMultipleGridvalues (2,5,6),RevenueAre you calling the script from a KWDT: How are you passing the array?
Recent DiscussionsFind and Use a Sibling Object Starting from an AliasChild ObjectName Mapping not Working in Latest VersionThere was an attempt to perform an action on a zero-sized window
Related ContentArray functionsPassing an array as function parameters from KeyWordTest?Keywords and function call parameters