From 8efd041eae95e7eff28abd4cb232bc5c17eec726 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Oct 2005 10:50:49 +0000 Subject: [PATCH] INTEGRATION: CWS hc680pp1 (1.2.44); FILE MERGED 2005/09/30 14:39:43 ufi 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/29 14:10:55 fpe 1.2.44.1: Regular Update --- helpcontent2/source/text/sbasic/shared/03103700.xhp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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