bit''s from slot to slot
Archiver
Posts: 46,084
In a message dated 2/8/02 8:11:33 AM Central Standard Time,
fuel@b... writes:
> So if I declare all variables EXACTLY the same in each page, I dont need to
>
Yes, and I would also suggest defining your variables in order by size (words
first) because that's what the compiler wants to do. Finally, I'd be
inclined to define general byte called "flags" and alias it's bits for
bit-sized variables.
-- Jon Williams
-- Parallax
[noparse][[/noparse]Non-text portions of this message have been removed]
fuel@b... writes:
> So if I declare all variables EXACTLY the same in each page, I dont need to
>
Yes, and I would also suggest defining your variables in order by size (words
first) because that's what the compiler wants to do. Finally, I'd be
inclined to define general byte called "flags" and alias it's bits for
bit-sized variables.
-- Jon Williams
-- Parallax
[noparse][[/noparse]Non-text portions of this message have been removed]