> In a program I have been writing, I have found it nice to > have immediate character arrays, so I could do things like > > cmdchr = "rofq"[menu_selection] ; > > Is this legal and portable? It seems to work. -tom Yes.