abrar22
8 years agoFrequent Contributor
Adding variable to namemapping
Hi All
I am passing the parameters in the function and use that in the namemapping. Val1 is working but when using val2 its not getting the value from that property. Is this the correct way to Concat( Highlighted in red) ?
function FXConnectBookedDataFwdClientAllIn(val1,val2)
{
val1= aqConvert.VarToInt(val1);
var val = vGetPropertyVal(WGrd_NetDataGrid.Items.Item(0).Forwards.Item(0).Item(val1)+"."+val2,'Value')
return val
}