-rw-r--r-- | help/opie-sh/node12.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/help/opie-sh/node12.html b/help/opie-sh/node12.html new file mode 100644 index 0000000..de47dd7 --- a/dev/null +++ b/help/opie-sh/node12.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> + +<!--Converted with LaTeX2HTML 2002-1 (1.68) +original version by: Nikos Drakos, CBLU, University of Leeds +* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan +* with significant contributions from: + Jens Lippmann, Marek Rouchal, Martin Wilck and others --> +<HTML> +<HEAD> +<TITLE>Input Dialog</TITLE> +<META NAME="description" CONTENT="Input Dialog"> +<META NAME="keywords" CONTENT="opie-sh-howto"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> + +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> +<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1"> +<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> + +<LINK REL="STYLESHEET" HREF="opie-sh-howto.css"> + +<LINK REL="next" HREF="node19.html"> +<LINK REL="previous" HREF="node10.html"> +<LINK REL="up" HREF="opie-sh-howto.html"> +<LINK REL="next" HREF="node13.html"> +</HEAD> + +<BODY > +<!--Navigation Panel--> +<A NAME="tex2html179" + HREF="node13.html"> +<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" + SRC="file:/usr/local/share/lib/latex2html/icons/next.gif"></A> +<A NAME="tex2html175" + HREF="opie-sh-howto.html"> +<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" + SRC="file:/usr/local/share/lib/latex2html/icons/up.gif"></A> +<A NAME="tex2html169" + HREF="node11.html"> +<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" + SRC="file:/usr/local/share/lib/latex2html/icons/prev.gif"></A> +<A NAME="tex2html177" + HREF="node1.html"> +<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" + SRC="file:/usr/local/share/lib/latex2html/icons/contents.gif"></A> +<BR> +<B> Next:</B> <A NAME="tex2html180" + HREF="node13.html">Global Options</A> +<B> Up:</B> <A NAME="tex2html176" + HREF="opie-sh-howto.html">Opie-sh Howto</A> +<B> Previous:</B> <A NAME="tex2html170" + HREF="node11.html">Usage</A> +   <B> <A NAME="tex2html178" + HREF="node1.html">Contents</A></B> +<BR> +<BR> +<!--End of Navigation Panel--> + +<H1><A NAME="SECTION00050000000000000000"> +Input Dialog</A> +</H1> +The input dialog ``-i'' is designed for getting more specific input from the user. It works by printing a string to stdin. The number of strings depends upon which type of input dialog you are using, of which there are three. If the user selects the built in ``Ok'' button on the dialog, the return code is 0, and if they select the built in ``x'', then it is -1, and no output is given. + +<P> +<BR><HR> +<!--Table of Child-Links--> +<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> + +<UL> +<LI><A NAME="tex2html181" + HREF="node13.html">Global Options</A> +<LI><A NAME="tex2html182" + HREF="node14.html">Single line input</A> +<LI><A NAME="tex2html183" + HREF="node15.html">List input</A> +<UL> +<LI><A NAME="tex2html184" + HREF="node16.html">Special flags</A> +<LI><A NAME="tex2html185" + HREF="node17.html">File input</A> +</UL> +<BR> +<LI><A NAME="tex2html186" + HREF="node18.html">List box input</A> +</UL> +<!--End of Table of Child-Links--> +<BR><HR> +<ADDRESS> + +2002-05-15 +</ADDRESS> +</BODY> +</HTML> |