From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- .../source/text/sbasic/shared/03090411.xhp | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 helpcontent2/source/text/sbasic/shared/03090411.xhp (limited to 'helpcontent2/source/text/sbasic/shared/03090411.xhp') diff --git a/helpcontent2/source/text/sbasic/shared/03090411.xhp b/helpcontent2/source/text/sbasic/shared/03090411.xhp new file mode 100644 index 0000000000..3285c40a4b --- /dev/null +++ b/helpcontent2/source/text/sbasic/shared/03090411.xhp @@ -0,0 +1,56 @@ + + + + + + + +With Statement +/text/sbasic/shared/03090411.xhp + + +Sun Microsystems, Inc. + + + + +
+With statement + +

With Statement

+ Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached. +
+ + +With statement diagram + + With object + [statements] + End With + + +Use With and End With if you have several properties or methods for a single object or an extended data type definition. +Nesting With statements helps writing and reading Basic routines. + +
+ Type Statement +
+ + +
\ No newline at end of file -- cgit v1.2.3