I found this interesting bit of code.
here E=chr$(27).

10 PRINTE"pFile to Convert "E"q";

I didn't know that basic automatically concatenates strings like this.  I
would have written this

10 PRINT E+"p"+"File to Convert"+E+"q";

Reply via email to