Variable Comparison (the last one)
Archiver
Posts: 46,084
OK... Last question... I promise... Declaring "eye var word(8)" allows the
stamp to "associate" eye0-eye8 with one another (in the loop), but the
variables still exist individually, and each can be used by RCtime...?
Thanks,
Edward Kindler
--Thanks to Al Williams & Tracy Allen for the help!!!!!
stamp to "associate" eye0-eye8 with one another (in the loop), but the
variables still exist individually, and each can be used by RCtime...?
Thanks,
Edward Kindler
--Thanks to Al Williams & Tracy Allen for the help!!!!!
Comments
8).
You can use eye(x) {where x is a constant or variable) anywhere you could
use a word variable (as in RCTime). The variables are all separate, but the
subscript allows you to index into them during the loop.
Regards,
Al Williams
AWC
* Connect a PS/2 keyboard to your Stamp or microcontroller project:
http://www.al-williams.com/awce/pak6.htm
>
Original Message
> From: RiffRaff82@a... [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=MhUFIiaEaV4ZhDFVYeW2DeyxQM4SvuRVwhu94ZAjZRcN6ZkIcbl4_-7XwqJAgHx_2W-DdTGifQ2cRteB]RiffRaff82@a...[/url
> Sent: Wednesday, June 14, 2000 3:25 PM
> To: basicstamps@egroups.com
> Subject: Re: [noparse][[/noparse]basicstamps] Variable Comparison (the last one)
>
>
> OK... Last question... I promise... Declaring "eye var word(8)"
> allows the
> stamp to "associate" eye0-eye8 with one another (in the loop), but the
> variables still exist individually, and each can be used by RCtime...?
>
> Thanks,
> Edward Kindler
>
>
> --Thanks to Al Williams & Tracy Allen for the help!!!!!
>
>
>