pc.mcan
Mask character alpha-numeric
Description
retrieves only the alphabetic characters and numeric characters from a given data value.
An alternate form of the conversion is 'mcna'
Example
string = '1200 Main Street...'
crt oconv(string,'mcan')
This outputs '1200MainStreet'. The spaces and the periods 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.
