File = OpenFile(path)
If Not file Return
line:String = ReadLine File
Here is my code - i get a compiling error:
"Compile Error:Unable to convert from 'String(TStream)' to 'String'
[/BMAX LEARNING/Tile Game/Level Creator.bmx;174;2]"
Line 174 is the last line I posted here. The two lines above I thought might be relevant. Thanks in advance for your help, Will.
If Not file Return
line:String = ReadLine File
Here is my code - i get a compiling error:
"Compile Error:Unable to convert from 'String(TStream)' to 'String'
[/BMAX LEARNING/Tile Game/Level Creator.bmx;174;2]"
Line 174 is the last line I posted here. The two lines above I thought might be relevant. Thanks in advance for your help, Will.