Fred,
Whatever happened to the line continuation character that was discussed a year ago and it was said you would try to implement it.

Visual Basic is as follows:
s = "This is an example of the" + _
" line continution character in Visual Basic"
MsgBox s
also could you improve the inputbox to be as the latest example in tricks and tips (modal,cancel button,etc.):)