I am currently porting over alot of Blitz3d code and pretty much moving through the code correcting the errors as it tries to compile. I am stuck on this line:
Result$ = Readfile("Data\Server Data\Script Files\" + Replace$(Params$, Chr$(34), ""))
now when I run it I get an error that says unable to convert a Tstream to a string. Is this something im skipping over or something wrong with bmax?
Result$ = Readfile("Data\Server Data\Script Files\" + Replace$(Params$, Chr$(34), ""))
now when I run it I get an error that says unable to convert a Tstream to a string. Is this something im skipping over or something wrong with bmax?