Pete Shinners wrote: > i was always under the impression that some sort of "layered" switch > statement could speed up execution. Probably not. I think a smart compiler generates a "computed goto" based on the opcode. In that case, switching twice would slow things down. Neil