ue.017e

User Exit/BASIC Program, Releases:

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

Command Name Type Description
basic.user.exits User Exit List of Pick/BASIC user exits.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.