Jim Jewett wrote: > (I wouldn't want to give up slicing, though, which might make the > no-iteration trickier.) You'd want to allow slicing but not indexing -- i.e. s[i:j] is okay but not s[i]. -- Greg