Is there a way, other than using COMMON, SHARED, or PUBLIC, to pass an array as an optional parameter to a CDECL procedure?
The users manual and reference manual do not mention that arrays can or cannot be passed as an optional parameter, just that optional parameters can be passed. Nor do they mention that the optional parameters cannot have AS type statements attached to them.
[This message has been edited by Walt Decker (edited April 21, 2000).]
The users manual and reference manual do not mention that arrays can or cannot be passed as an optional parameter, just that optional parameters can be passed. Nor do they mention that the optional parameters cannot have AS type statements attached to them.
[This message has been edited by Walt Decker (edited April 21, 2000).]
Comment