On Monday 08 July 2002 11:50 am, Marcin 'Qrczak' Kowalczyk wrote: > Mon, 8 Jul 2002 22:53:16 +0900, Albert Wagner <alwagner / tcac.net> pisze: > > Why not just subclass it to do what you like? Why change the > > language? Use the language, Luke. > > > > class Chapters < String > > > > class Paragraphs < String > > Because they aren't differences between the data, but differences > between ways of processing of a string. It doesn't make much sense > for me to choose the iteration method when creating the string. I don't understand. Why would you ever have to choose the interation method when creating a string?