location := 5.
length := 3.
result := 'Foo Bar Baz' copyFrom: location to: position + length - 1
I can't find any method that allows me to take a substring out of a string my location and length.
Anyone know?
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project