How to Use Macro Substitution in Object ReferencingID: Q133452 The information in this article applies to:
SUMMARYMacro substitution treats the contents of a memory variable or array element as a character string literal. When an ampersand (&) precedes a Character-type memory variable or array element, the contents of the variable or element replace the macro reference. You can use macro substitution in any command or function that accepts a character string literal.
MORE INFORMATIONIn the Language Reference, page 8, the (&) Ampersand command is explained. One area of amplification to the Macro Substitution command is the .cExpression, which allows for a continuation of the command. Here is an example showing how objects can be referenced using macro substitution:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbcode
KBSubcategory: FxprgGeneral
|
Last Reviewed: August 1, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |