How API Function Array Arguments Are PassedLast reviewed: April 29, 1996Article ID: Q103585 |
The information in this article applies to:
Individual array elements are always passed to application programming interface (API) functions by value. When SET("UDFPARMS") == "VALUE" and no element is specified, the array name by itself refers to just the first element of the array (unless the array name is prefixed with "@", in which case the array is passed by reference).
|
Additional reference words: VFoxWin 3.00 FoxDos FoxWin 1.02 2.00 2.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |