DO11: [FR] ScriptCommand.desc support special chars

Really a nit, but since we've got several lines worth of space to work with in the Customize UI box shown for the descriptions of selected Script Commands... any chance to support special chars like \n and maybe \t to allow newlines/tabs in the description text?

Yeah yeah... go ahead, rip on me for usually being overly verbose... at least this request to support my wordiness is succinct :sunglasses:.

That will work right now (in JScript, just embed \n in the description string - for VBScript you need to use the vbCrLf constant).

Hmmm... I had tried that first and seen it not to work. But it's working now... maybe I goofed and only tried VB. Sorry and thanks...