.NET System.Array Support

PowerScript arrays include all the functionality of the .NET System.Array type.

All the public properties, and public static and instance methods, of the .NET System.Array type can be accessed by any PowerBuilder .NET application or component. This .NET functionality enables you to get the number of dimensions in an array.

You can continue to use PowerScript methods to determine the lower bounds and upper bounds of a particular dimension, or to get and set values of array items, but you can also use .NET array object methods. The System.Array methods and properties are visible in the Solution Explorer, and in the Script Editor with IntelliSense.