Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a <CR> to an ASCII Object string.

I'm sending a string from an ASCII object, and have verified the string is being sent using a dumb terminal, but I need to add a at the end of the string. Can anyone help me with the syntax?

Thanks, Mark
0 Kudos
Message 1 of 2
(2,866 Views)


Hi Mark,

I am assuming you mean Carriage Return by . If so, you can use \r with your string to send a carriage return. Similarly, \f sends a formfeed and \n sends a newline. See online help under ASCII Object for other control characters.

Regards,

Khalid


Message 2 of 2
(2,866 Views)