Don Albertson wrote: > Listing all the items has the added benefit of making your intent > perfectly clear to the next poor sod who has to look at the code.
Indeed. But with instances like: case chrCapital_A ... chrCapital_W : Case chrCapital_Y ... chrCapital_Z : Case chrSmall_A ... chrSmall_W : case chrSmall_Y ... chrSmall_Z : I'd rather not have to write them all. And isn't iteasier on CPU too? (assuming the compiler writes a single 'if') Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
