Micro Focus QTP (UFT) Forums

Full Version: Two Dimensional Array
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Friends,

How to use Two Dimensional Arrays....?

please give me an example?

thanks & regards,
Baba Fakruddin.D
You can have up to 60 dimensions in an array. Multiple dimensions are declared by separating the numbers in the parentheses with commas. Here we have a two-dimensional array consisting of 7 rows and 7 columns:

dim table(7, 6)