Used to add an item to an array by indirection to work around VFP's inability to easily add array elements.
public bool AddArrayItem( object baseObject,
string arrayObject,
object item );
Parameters
baseObject
The object that has the Array property
arrayObject
The array property name as a string
item
The item to set it to. Should not be null.
Overloads:
See also:
Class wwDotNetBridge