Hi.
I receive a string from a modem.
The format is:
xxxx,yyy,,pnoneno, xyxyxy, text
or
xxxx,yyy,,pnoneno, xyxyxyxyxy, text
I need to obtain the caracters after the last ","
In VB i would do it like:
a = xxxx,yyy,,pnoneno, xyxyxyxyxy, text
b = right(a,len(a) - instrrev(a,","))
How do i do it with the MD 100 ??
Regards
Anders