pc.mc/n
Mask character non-numeric.
Syntax
mc/n
Description
retrieves only the non-numeric characters from a given data value.
Example
string = '1200 Main Street'
crt oconv(string,'mc/n')
This outputs ' Main Street' (note the space before 'Main').
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.
