Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/command/waitregex.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 194 by yutakakn, Tue Jun 20 15:02:58 2006 UTC revision 198 by yutakakn, Mon Jun 26 14:55:48 2006 UTC
# Line 27  If the system variable "timeout" is grea Line 27  If the system variable "timeout" is grea
27  The "waitregex" command returns one of the following values in the system variable "result":  The "waitregex" command returns one of the following values in the system variable "result":
28  <P></P>  <P></P>
29    
30    <pre>
31  Value   Meaning  Value   Meaning
32  <hr>  <hr>
33  0       Timeout. No string, which satisfies the condition, has been received.<BR>  0       Timeout. No string, which satisfies the condition, has been received.
34  1       &lt;string1 with regular expression&gt; has received.<BR>  1       &lt;string1 with regular expression&gt; has received.
35  2       &lt;string2 with regular expression&gt; has received.<BR>  2       &lt;string2 with regular expression&gt; has received.
36  n       &lt;stringn with regular expression&gt; has received. n=1..10.<BR>  n       &lt;stringn with regular expression&gt; has received. n=1..10.
37    </pre>
38  <P></P>  <P></P>
39    
40  The received line is stored in the system variable "inputstr".  The received line is stored in the system variable "inputstr".

Legend:
Removed from v.194  
changed lines
  Added in v.198

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26