Files
moudey--shell/docs/functions/input.html
T
2026-07-13 12:28:17 +08:00

19 lines
558 B
HTML

<h5>INPUT</h5>
<br>
<p>The input box allows the user to enter and pass data.</p>
<br>
<section id="input"class="my-5">
<h5>input</h5>
<p>Show the input box with the window title and call parameter passed.<br>
The function returns a non-zero value if the OK button is pressed. Otherwise, it returns zero.</p>
<p>Syntax</p>
<code>input("Title", "Prompt")</code>
</section>
<section id="input.result" class="my-5">
<h5>input.result</h5>
<p>Returns the input value resulting from the input box.</p>
<p>Syntax</p>
<code>input.result</code>
</section>