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 DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related ContentArray functionsPassing an array as function parameters from KeyWordTest?Keywords and function call parameters