pc.mca
Mask character alphabetic.
Description
retrieves only the alphabetic characters from a given data value.
Example
string = '1200 Main Street'
crt oconv(string,'mca')
This outputs 'MainStreet'. The numbers and embedded spaces are
stripped.
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.
