Try this:
MsgBox(CStr(Dts.Variables("VariableName").Value))
No guarantees because I have never tried MsgBox function inside a scritp,
but I do know the Cstr( ) for Dts.Variables works.
Hope this helps!
--
Todd Chittenden
[quoted text, click to view] "IanO" wrote:
> What could possibly be wrong with this statement?
> MsgBox(Dts.Variables("User::sDesertIslandFile").Value.ToString)
>