diff --git a/helpcontent2/source/text/sbasic/shared/03102600.xhp b/helpcontent2/source/text/sbasic/shared/03102600.xhp index 33fb8c629c..fa2f39cfba 100755 --- a/helpcontent2/source/text/sbasic/shared/03102600.xhp +++ b/helpcontent2/source/text/sbasic/shared/03102600.xhp @@ -5,9 +5,9 @@ * * $RCSfile: 03102600.xhp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:25:22 $ + * last change: $Author: kz $ $Date: 2005-10-05 11:50:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,12 +42,13 @@ Sun Microsystems, Inc. -converted from old format - fpe +converted from old format - fpe
IsNull function +Null value IsNull Function [Runtime] Tests if a Variant contains the special Null value, indicating that the variable does not contains data. @@ -59,6 +60,8 @@ Parameters: Var: Any variable that you want to test. This function returns True if the Variant contains the Null value, or False if the Variant does not contain the Null value. + +Null - This value is used for a variant data sub type without valid contents. Example: