Displaying Strings w/ Variables

How about a less complicated way that that?Just put a text block (myText2) on the page, add an action On Show, and simply set the action to change the contents of the text block (myText2) to display the value of the wanted variable.If you want text in front of the variable don't bother trying to concatentate a string to the front of the variable value, just put a block of text in front of the (myText2) block.i.e. put in (myText1 block) the string "the value you are looking for is " followed by (myText) text block taht displays the variable value.SB

Discussions have been disabled for this post