Amen to that Doc ! For the casual developer, VBS can be the most frustrating, want-to-just-chuck-it-out-the-window kinda language ! My Grandmother used to have a term for this, she would have classified VBS as "Persnickity" !!! ... KiXtart is definitely not "Persnickity" [Wink]

On another note, I've decided to start using this NoVarsInString option, is this how its done ?

break on

$option = "NoVarsInStrings"
$setting = "on"

$= setoption("$option","$setting")

exit 1

-Shawn

[ 31 May 2002, 02:30: Message edited by: Shawn ]