Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing more than 256 bytes

Status
Not open for further replies.

flea333

Technical User
Joined
Sep 4, 2003
Messages
47
Location
US
I need to find three strings in different chronological order in a bunch of data fed back from a remote system. The rget only captures 256 bytes, cutting off the last three fourths of my data. How can I easily store all this data and search for strings in it?
 
Use an array to get the rgets then go through the array to find your string

To go where no programmer has gone before.
 
Another option is to use the snapshot command to save the screen to a text file, then parse that file for the data you need.


aspect@aspectscripting.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top