Please help me with constants

General discussion on mikroBasic.
Post Reply
Author
Message
AliceInWonderland
Posts: 2
Joined: 28 May 2011 14:14

Please help me with constants

#1 Post by AliceInWonderland » 13 Sep 2011 07:34

Hy, could you please help me finding or writing part of the program where I can see constant working something...
I know how to declare constant:

Code: Select all

const time as byte [5] = (1, 2, 3, 4, 5)
Now what?!
I would like you to write me program that displays every second one number. I know that I have to convert byte to string [3] and then display it on lcd. But how to write few lines before that program knows when to display each value.

Thank you!

Post Reply

Return to “mikroBasic General”