It is a good day to code !

Hey J, how you doing my friend ? My MSN connection is still bunged-up but will try again later ok ?

John,

Alot depends here on what version of KiX (4.0 would be easier) and if this is for a login script or an admin script (performance) ... to be totally honest here, if you really need to soften this stuff up and performance is a concern, i'd go the execute() route (really). I'm not a huge execute() fan myself but this might one of those times where execute() really shines.

It should be relatively easy to create the extention tallys variables on the fly (based on an array of extentions), then re-reference them on the output side (so that you don't go flying-off the deepend with syntax errors) ...

-Shawn