Bruce
05-31-2005, 06:49 PM
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\\info.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?
On the first page I have a button that reads a text file to a variable:
houseinfo = TextFile.ReadToString("AutoPlay\\houses\\house1\\info.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?