From: troy silvey (tbsilvey_at_juno.com)
Date: 2001-01-03 03:40:27
>> for(;((c=*value)!=39 && (c=*value)!=62);) {...}
>
>Or, better,
>
> while ((c = *value) != 39 && c != 62) {
> <stuff>
> }
I was wondering if it would work that way. My still feable understanding
of C flow told me it should, but I had plenty other things to fix before
testing it. :) Thanks for making it clear.
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.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:38 CET