--- In [email protected], "Sheri" <sheri...@...> wrote:

> Looking forward to input arrays.

Naturally, there are problems.

To make a SAFEARRAY, you have to set its bounds and dimensions.
In particular, you have to set lower bounds for each dimension 

(e.g.:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;216686 )

In that example, lower bound of 1 is being used.  I imagine that's 
application/argument dependent.  So how to communicate to powerpro which lower 
bound (0 or 1) is required?  I guess I'll default to one, and have to provide a 
typespec to override the default.  If you fancy trying to find examples of real 
SAFEARRAY arguments and which bounds (and number of dimensions) they use, that 
wouldbe useful.




Reply via email to