I just need to know how to have plain text and a variable in a messagebox.
For example:
I can do this: MsgBox(variable)
MsgBox(variable)
And I can do this: <
MsgBox("Variable {0} " , variable)