Array Manipulation Methods

The array manipulation methods require operation on a .NET object, rather than directly operating no an Array instance. The reason for this is that VFP can't deal with array references properly, so the this requirement forces all array manipulation to execute inside of .NET.

In addition, GetPropertyEx and SetPropertyEx may be used to retrieve properties off arrays:

*** Get Array Length ? loBridge.GetPropertyEx(loObject,"PersonArray.Length") *** Assign an existing array item loBridge.SetPropertyEx(loObject,"PersonArray[0]",loPerson)


  Last Updated: 1/24/2008 | © West Wind Technologies, 2008