Text Substring Conversion (Tm,n) |
![]() ![]() ![]() |
The text substring extraction code returns a portion of the source data.
The format of the conversion code is
Tm,n Tm
The first form returns n characters starting at character m from the source data. The second form returns the last m characters of the source data.
|