On Mon, Aug 21, 2006 at 10:11:19PM +0200, Tom wrote: > Well obviously the @] after "names" stops the preformatted block. > > Maybe this is good enough for you: > >>pre<< > ${#names[@]} -> 6 > >><< Using "space + [= ... =]" still works, too: [= ${#names[@]} -> 6 =] (Note the space before the [= .) Pm