LOL what am I doing wrong here...
On the first page I have a button that reads a text file to a variable:
houseinfo = TextFile.ReadToString("AutoPlay\\houses\\house1\\i nfo.txt");
On another page I have the page read the variable to a paragraph object:
Paragraph.SetText("Info_Paragraph", houseinfo);
All I get is: home-> OnShow, Line1: Augument 2 must be of type string.??
Anyone?

