UE.6193
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
