Null Value (.NULL.) Is a Marker - Not a Data TypeID: Q133740 The information in this article applies to:
SUMMARYThe null value (.NULL.) is not an actual value, it is a marker that denotes that a memory variable or a field value is missing or unknown. If .NULL. is assigned to a field or a variable, the field or variable's data type is not changed, but the value is changed to NULL.
MORE INFORMATION
Steps to Demonstration BehaviorThe .NULL. value can be assigned to variables that are numeric or character as demonstrated by these steps: 1. From the Command window, issue these commands:
2. To assign a null value (.NULL.) to nMyvariable, issue the following
3. To assign a character string to the variable and check the variable
4. Issue the following command in the Command window:
5. Issue the following commands in the Command window:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg
KBSubcategory: FxprgGeneral
|
Last Reviewed: August 2, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |