pc.mc/a
Mask character non-alpha.
Syntax
mc/a
Description
retrieves only the non-alphabetic characters from a given data value.
Example
string = '1200 Main Street'
crt oconv(string,'mc/a')
This outputs '1200 ' ('1200' followed by two spaces).
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.
