ue.017e
Allow output of any character.
Syntax
variable = oconv(string,'u017e')
Description
allows output of any character to the terminal or spooler.
Example
printer on
x = oconv(char(255),'u017e')
Output a character xFF to the spooler.
x = oconv('abc','u017e')
Output the string 'abc' to the terminal.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
