Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since there is also a ARRAY property in OI, be sure to use the "OLE." prefix to ensure that you are using the OLE property and not the OI property.

Example

Code Block
 // Read the two dimensional data array 
Data = Get_Property(@Window:".OLE_EDITTABLE", "OLE.ARRAY")

...