Can someone help me with the syntax for {lib\PublishInfoMsg.i &I

{lib\PublishInfoMsg.i &InfoMsg = "'WARNING! ' + Part.Character04 "}.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Mon, Jun 11, 2012 at 3:14 PM, carl.heeder <carl.heeder@...>wrote:

> **
>
>
> I want to construct text in a variable and display the constructed text.
>
> I.e., Assign MyMsg="This is my message" + some string variable .
> {lib\PublishInfoMsg.i &InfoMsg = MyMsg}.
>
> Do I use " " around teh variable, ' ' around the variable nor nothing..???
>
>
>


[Non-text portions of this message have been removed]
I want to construct text in a variable and display the constructed text.

I.e., Assign MyMsg="This is my message" + some string variable .
{lib\PublishInfoMsg.i &InfoMsg = MyMsg}.

Do I use " " around teh variable, ' ' around the variable nor nothing..???