SendEnterAfterSendS

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

SetStartup SendEnterAfterSendS {"Yes" | "No" | "OLIE"}

 

Description:

This option determines if EMUE is to send an [ENTER] after each SEND S statement in the script.  This option sets the Send ENTER after SendS checkbox on the Misc. tab of the EMUE Tools - Current Settings - Option Settings dialog.  When this option is set to "YES", EMUE sends the ENTER key after every Send S command regardless of the keys being sent in the Send S command.  In contrast, OLIE™ would send an Enter only if the keys being sent in the Send S were not "Attention Identifiers."  Attention Identifiers include [ENTER], [CLEAR], and [PF1] through [PF24].  The original default in EMUE is “No”, however OLIE™s default behavior is “OLIE”.

 

Note: If this is valued with a “No”, EMUE will still send an [ENTER] after an empty string (SEND S "").

 

Sample 1:

       The following statement instructs EMUE to not send an [ENTER] after every SEND S statement in the script.

SetStartup SendEnterAfterSendS "No"

 

Sample 2:

       The following statement instructs EMUE to send an [ENTER] after every SEND S statement in the script.

SetStartup SendEnterAfterSendS "Yes"

 

Sample 3:

       The following statement instructs EMUE to use the default OLIE behavior when determining if EMUE should send an [ENTER] after a SEND S statement in the script.

SetStartup SendEnterAfterSendS "OLIE"

 

See Also:

SetRuntime