Hiya,
sorry, I meant to reply to this last night, but my PC died on the way out of work and I sort of forgot.
You can use the GetArrayBounds on the SF.Seq[0].Main[0].TS.SData.Call.Parms object, which returns a couple of strings which you'll need to parse to get the values out of.
GetArrayBounds(array, lowerBounds, upperBounds)
This function retrieves the upper and lower bounds of an array. It returns the array bounds as strings with the syntax "[x][y][z]", where x, y, and z are integer constants.
Parameter 1: The array to examine.
Parameter 2: A string in which the function returns the array's lower bound.
Parameter 3: A string in which the function returns the array's upper bound.
R
eturns: The function always returns 0.
Hope that helps
S.
// it takes almost no time to rate an answer