Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Best way to remove the last character from a string?

From: lp::legoff::free::fr at: 14-Dec-2004 14:29

Hello Peter,
>>mystring: "123456"
== "123456" remove find mystring last mystring == "" probe mystring == "12345" maybe other ways. ==Philippe Selon PeterWAWood <[pwawood--mango--net--my]>: