Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/5/2010
Variables can be redefined time by using the keyword #undef followed by a #define statement to reset the variable.
The #undef keyword can be used with undefined variables without causing an error.
The following code example shows the syntax for using an UNDEF statement.
#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