The VBScript MessageBox method is nice and the only option for MAS 200, but it isn't MsgBox
With MsgBox I often add a carriage return chr(13) and line feed chr(10) (funny how teletype terms have survived) to break the lines and provide a bit of formatting to longer user messages. However, the MessageBox method new with Advanced Scripting doesn't appear to support these code. Does anyone know a work-around?