Code: (Select All)
x=freefile
open "c:\test.bas" for input as #x
line input #x, j$
close
? j$
Good morning or good evening or even good afternoon...
The answer to my question will certainly be simple 'Cause I'm slipping away Something obvious, but at the moment I can't figure out where the error is. Sometimes I get lost in a glass of water...
How can I turn j$ - into a string such that it can give me the result of p$ ?
Thank you!
Code: (Select All)
p$ = "QB64 Phoenix "+CHR$(138)+" (is) beatiful"
? p$