I wish to create a dynamic string in my program so that it can not be read in the compiled code. In other words I want to display a msgbox that states "The Sky is Blue" but I do not want the phrase "The Sky is Blue" to be found anywhere in the compiled form of my program.

What is the best way of doing this?
Thanks