Really?
You must have a very old version.
While:Wend has been there for as long as I can remember.
In case it's just an old manual mixup ...
Try looking here.
http://www.melabs.com/resources/index.htm#Manuals
There needs to be a space before the "A", just because your keypad routine only returns values starting at 1, and Lookup starts at 0.
LOOKUP is pretty straight forward.
It returns the value from the "List" of items that corresponds to the "key" value.
If key = 1 then after the statement, Char will be "A". And ...
key = 2, char = "B"
key = 3, char = "C"
etc. etc.
Ummm, we'll call that the "skimask initialization syntax".
You might get that later.

Inside Joke.
But no, it's not commented. The colon ":", separates two statements, as if they were on separate lines. I.E...
Code:
Finished VAR BIT : Finished = 0
; is the same as
Finished VAR BIT
Finished = 0
Yes it does.
I know there's more questions, but let's see where this get's you?
<br>
Bookmarks