Re: [bascom] AVR compiler Ver1.11c bugs ?


From "Michael Akers" <mwakers@home.com>
Date Mon, 18 Dec 2000 01:20:52 -0800

Hello Prof. Ma Chao,
The Downto option has been removed from the language. Rewrite your code as
follows:

Dim I As Integer
For I = 7 To 1 Step -1
    Prnt I
Next I
End

The language syntax was changed to keep it more inline with MS QBasic.Sorry
for the confusion as I do not know if the help file has been updated with
the changes yet. I do know that Mark has sent and email to this list
explaining that the Downto option of the For command was removed.

--
Michael W. Akers
M. Akers Enterprises
BASCOM US Sales and Support
http://www.mwakers.com
----
UFO's are real!
The Government doesn't exist.




----- Original Message -----
From: "Prof. Ma Chao (?í3±)" <ma-chao@online.sh.cn>
To: <bascom@grote.net>
Sent: Sunday, December 17, 2000 8:53 PM
Subject: [bascom] AVR compiler Ver1.11c bugs ?


> Hi Mark Alberts,
>
> By BASCOM-AVR Version 1.11c I can't use the for-downto-next.
>
> Dim I As Integer
> For I = 7 Downto 1
>     Print I
>   Next I
> End
>
> Thanks,
>
>             Prof. Ma Chao  (马潮)  2000-12-18 12:48:17
>             ma-chao@online.sh.cn
>
>
>