Can anyone give me an example of how to do this?If I have two checkboxes: Print "Hello" Print "World"I notice that this is stored as "Print "Hello",Print "World"". What is the best way for me to do this?if (Print "Hello") <![CDATA[Hello]]>if (Print "World") <![CDATA[World]]>