Rank: Member Groups: Member
Joined: 10/18/2010 Posts: 29
|
Hello All
Does anyone know if you can insert a variable into message box text information? Please see below:
MsgBox1.Show("Information", "File 1 has been uploaded into System!", Nothing, New EO.Web.MsgBoxButton("OK"))
What I would like to do is insert '" & [CurrentFileName1] & "' into the 'File 1 has been uploaded into System' message
Many thanks
Jason
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You would just format the string before passing it to the Msgbox control. It would not have anything to do with the message box.
Thanks!
|