Dim $aMatchIdx[] ; an arrary variable declared.
$aMatchIdx = AScan($aRecord, Substr ($obj.name), 4)),,,2)

What is wrong with the line above
I am trying to capture a substring excluding the first 4 characters into an array variable.

I am getting error
ERROR : invalid method/function call: missing required parameter 2!

Help !!!!


Edited by RajeshJohn (2013-10-17 10:56 PM)