Knowledge Base

How API Function Array Arguments Are Passed

Article ID: 103585

Article Last Modified on 12/3/2003


APPLIES TO


This article was previously published under Q103585

SUMMARY

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 query words: VFoxWin FoxDos FoxWin API array arguments LCK

Keywords: KB103585