Microsoft KB Archive/103585: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 50: Line 50:
== SUMMARY ==
== 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).
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).


</div>
</div>

Latest revision as of 09:29, 20 July 2020

Knowledge Base


How API Function Array Arguments Are Passed

Article ID: 103585

Article Last Modified on 12/3/2003



APPLIES TO

  • Microsoft Visual FoxPro 3.0 Standard Edition
  • Microsoft FoxPro 2.0
  • Microsoft FoxPro 2.5b for MS-DOS
  • Microsoft FoxPro 2.5a
  • Microsoft FoxPro 2.5b
  • Microsoft FoxPro 2.5a
  • Microsoft FoxPro Library Construction Kit 2.5b for MS-DOS



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