Re: Converting QBASIC to Euphoria
- Posted by Jeff Zeitlin <jeff.zeitlin at MAIL.EXECNET.COM> Apr 14, 1998
- 857 views
On Mon, 13 Apr 1998 00:00:11 -0500, Monty King <boot_me at GEOCITIES.COM> wrote: >>I would write this as: >> >>atom f >>object d >>atom k >> >>f =3D3D open("c:\\file.txt","r") >>d =3D3D gets(f) >>while not atom(d) do >> puts(1,d & "\n") >> d =3D3Dgets(f) >>end while >>k =3D3D wait_key() >>-- >>Jeff Zeitlin >>jeff.zeitlin at mail.execnet.com >Jeff, is the 3d supposed to be there? <sigh> nope, that's an incompatibility between the digest builder and your mail program and my mail program. IIRC, it's called MIME Quoted-printable, and a string consisting of the equals sign followed by two hex digits should be converted into the ISO8859-1 character whose encoded number is that hex number. It so happens that the encoding for an equals sign is hex 3D. -- Jeff Zeitlin jeff.zeitlin at mail.execnet.com