UE.6193

User Exit/BASIC Program, Releases: R83 3.1, R83 3.0, and R83 2.2

Shortens the input string to last 3 characters.

Syntax

results = oconv( string.expression, 'u6193')

Description

removes all but the last three characters from the data passed from Pick/BASIC.

Example

string = 'abcdefghixyz'
string = oconv(string,'u6193')

In this example, the results of the conversion call would be 'xyz'

See Also

Command Name Type Description
proc.user.exits Command List of PROC user exits.
ue.a1a2 User Exit Deletes input buffer to end of line.
proc.ri Command Reset input buffers.

User Comments

What do you think?

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

Login to leave your comments.