Re: [cc65]Unusuall?

Date view Thread view Subject view

From: troy silvey (tbsilvey_at_juno.com)
Date: 2001-01-01 19:10:18


>>for(;((c=*value)!=39||(c=*value)!=62);)
>>
>The loop condition is not correct, it must be:
>
>for(;((c=*value)!=39 && (c=*value)!=62);) {...}

Thank you, that makes sense now. One should not
try to do logic problems at 2:30 am I suppose :)

troy

________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:37 CET