March 7, 2019
1:07 p.m.
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of K K Subbu Sent: Wednesday, 06 March 2019 16:45 To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Noob Question - slicing
'1234567890' copyFrom: 5 to: 8 "5678"
Page 207 in Updated Pharo by Example book explains more on substrings.
HTH .. Subbu
Thank you for this, it is perfectly clear. I disregarded the Pharo-by-Example linked from the Pharo.org page, because when I tried to use examples in that book to read text files, I found that the examples did not work under Pharo V7. The book is for Pharo 5. My mistake. If there's a later version of that book available, I'd love to know. Craig