How to Pass an Array to a FormID: Q138659 The information in this article applies to:
SUMMARYThis article shows by example how to pass an array to a form.
MORE INFORMATION
Step-by-Step Example1. In the Command window, enter the following commands:
2. On the Form menu, click New Property, and name the property Array2(1).
3. In the form's Init event, place the following lines of code:
4. Place a list box on the form, and set the following properties for the
5. Save the form, and run it from the Command window with the following
6. The elements from Array1 will be shown in the list box. Use the scroll
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbhowto
KBSubcategory: FxprgGeneral
|
Last Reviewed: October 29, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |