opción 1
data: str_aux type string.
str_aux =
data: length type i.
length = strlen( str_aux ).
if not length is initial.
perdon
length = lenght - 1.
endif.
opcion 2
data: str_aux type string.
str_aux =
shift str_aux by 1 places RIGHT CIRCULAR.
if not str_aux is initial.
endif.
No hay comentarios:
Publicar un comentario