diff --git a/helpcontent2/source/text/sbasic/shared/03103700.xhp b/helpcontent2/source/text/sbasic/shared/03103700.xhp index 9c2e9c3f34..780d642735 100755 --- a/helpcontent2/source/text/sbasic/shared/03103700.xhp +++ b/helpcontent2/source/text/sbasic/shared/03103700.xhp @@ -5,9 +5,9 @@ * * $RCSfile: 03103700.xhp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 16:29:19 $ + * last change: $Author: kz $ $Date: 2005-10-05 11:50:49 $ * * 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
Set statement +Nothing object Set Statement[Runtime] Sets an object reference on a variable or a Property. @@ -59,6 +60,8 @@ ObjectVar: a variable or a property that requires an object reference. Object: Object that the variable or the property refers to. + +Nothing - Assign the Nothing object to a variable to remove a previous assignment. Example: Sub ExampleSet Dim oDoc As Object