E
edouardlo
I would like to extract characters from a string field. I tried this
function: left(info, 2), the extracted character would be "in".
However, info is actually a field name which contants 1A_Peter. What
I want to extract is 1A instead.
How can I solve this problem?
THX ~
function: left(info, 2), the extracted character would be "in".
However, info is actually a field name which contants 1A_Peter. What
I want to extract is 1A instead.
How can I solve this problem?
THX ~