[REBOL] How to remove the last item of a serie ?
From: rebol665:ifrance at: 5-May-2002 14:00
Hi, rebollers ! My actual problem is to remove the last character of a string. Has anyone a better way ? ; way 1 test: "abcde" reverse test remove test reverse test test ; way 2 test: "abcde" remove back tail test test Patrick







