Jon
Thanks for the reply and that's what I am trying to do is snip just one
row out. But my string command is what is wrong in my example. That's
what I was asking suggestions for.

Thanks
Steve


-----Original Message-----
From: Jon Grieve [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 11:45 AM
To: Multiple recipients of list witango-talk
Subject: RE: Re: Witango-Talk: Array Help/resultSet

Steve,

The first thing I think you need to consider is that the resultSet will
be
an array -- if I remember correctly, with one row per line of output.
Once
you find the row you want, then you can snip out the offset you require.

Jon



-----Original Message-----
From: Campbell, Steve V. [mailto:[EMAIL PROTECTED]]
Sent: 03 October 2002 5:31
To: Multiple recipients of list witango-talk
Subject: RE: Re: Witango-Talk: Array Help/resultSet


Unusual question here, and one that I haven't' ever encountered before.

I am pulling the results of an external action,  (which, by the way is
calling a batch file), and throwing the results into a result set. Below
is the output:

-----------------------------------------------
Pinging 63.171.170.69 with 32 bytes of data:  
 
Reply from 63.171.170.69: bytes=32 time=80ms TTL=245  
Reply from 63.171.170.69: bytes=32 time=30ms TTL=245  
Reply from 63.171.170.69: bytes=32 time=30ms TTL=245  
Reply from 63.171.170.69: bytes=32 time=30ms TTL=245  
Reply from 63.171.170.69: bytes=32 time=30ms TTL=245  
 
Ping statistics for 63.171.170.69:  
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),  
Approximate round trip times in milli-seconds:  
Minimum = 30ms, Maximum = 80ms, Average = 40ms  

-----------------------------------------------

All I need out of the above is the "time=30ms".  All the rest of what is
being returned I don't need at this time.  I tried to do a 


<@LEFT STR='@@resultSet" NUMCHAR=40> 

but all I got back was the attributes of the HTML. (below)

<TABLE BORDER="1"><TR><TD></TD></TR><TR>


SO, can anyone educate me on what I am doing wrong??  I would appreciate
any help on this.  

Thanks!


Steve


________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to