[REBOL] Re: Newbie Q. wrt Strings
From: al:bri:xtra at: 19-May-2001 0:14
> ...if I have a string say > > data: "this is a test no 2" > > how do I manipulate the string so that I am left with the number 2?This:>> last data== #"2" will return the last character in the string. You might want to read the .pdf manual on the Rebol.com site. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/