Ascii
Ascii>ASCII_Code[,ASCII_Code[,ASCII_Code[...]]]
Inserts the characters specified by the given ASCII codes into the current application. If sending more than one ASCII code at once, seperate them with commas.
This function is useful for sending non-printable, low, or high ASCII value characters to an editor, which you might otherwise be unable to send using the Send function.
Abbreviation : ASC
See also: Send Character/Text
Example
The following example shows three methods of sending the same text value to Notepad.
SetFocus>Notepad*
Ascii>77
Ascii>65
Ascii>82
Ascii>67
Ascii>85
Ascii>83
Press Enter
Ascii>77,65,82,67,85,83
Press Enter
Send>MARCUS