#undef

Variables can be redefined at any time by using the keyword #undef followed by a #define statement to reset the variable. The #undef keyword can be used on variables that have not yet been defined without causing an error.

#undef [variable_name]

Parameters

  • variable_name
    The variable can include any characters that are not white space.

Example Code

The following code example shows how to use the #undef keyword.

#undef SISNIC_DISPLAY_NAME

See Also

fMerge Tool

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.