summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03010201.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03010201.xhp')
-rw-r--r--source/text/sbasic/shared/03010201.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03010201.xhp b/source/text/sbasic/shared/03010201.xhp
index f845c50ac0..353d6a4425 100644
--- a/source/text/sbasic/shared/03010201.xhp
+++ b/source/text/sbasic/shared/03010201.xhp
@@ -20,7 +20,7 @@
<meta>
<topic id="textsbasicshared03010201xml" indexer="include" status="PUBLISH">
- <title id="tit" xml-lang="en-US">InputBox Function [Runtime]</title>
+ <title id="tit" xml-lang="en-US">InputBox Function</title>
<filename>/text/sbasic/shared/03010201.xhp</filename>
</topic>
</meta>
@@ -34,7 +34,7 @@
</bookmark>
-<paragraph id="hd_id3148932" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp" name="InputBox Function [Runtime]">InputBox Function [Runtime]</link></paragraph>
+<paragraph id="hd_id3148932" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010201.xhp" name="InputBox Function">InputBox Function</link></paragraph>
<paragraph id="par_id3151262" role="paragraph" xml-lang="en-US">Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable.</paragraph>
</section>
<paragraph id="par_id3151100" role="paragraph" xml-lang="en-US">The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string ("").</paragraph>