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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Monitor FAILURE

Status
Not open for further replies.

flea333

Technical User
Sep 4, 2003
47
US
Is there a better way to monitor the FAILURE after using transmit rather than using an if statment after each transmit?
I have a bunch of transmit statements and would like to make sure the remote system responds properly, I'd like to know a way around putting in an if FAILURE after each one.
 
You can use "if transmit" instead of following up each transmit command with an if statement. You can do this with any command that returns success or failure. However, I usually find it easier to use if waitfor after the transmit command to make sure I get the expected response from the system, rather than making sure the string was transmitted without error.


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

Part and Inventory Search

Sponsor

Back
Top