I wish to use a LookUp Table and need to provide an item number between 1 and 254 to read in it.
How can we built this item number from a variable like: Dim TimerCount As Word which will vary in the range 1 to 65535 ?
I built an Excel table with 3 colums:
- ReadTable Output
- TimeCount value
- Item Number between 2 TimeCount Values
Any idea ? Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wish to use a LookUp Table and need to provide an item number between 1 and 254 to read in it.
How can we built this item number from a variable like: Dim TimerCount As Word which will vary in the range 1 to 65535 ?
I built an Excel table with 3 colums:
- ReadTable Output
- TimeCount value
- Item Number between 2 TimeCount Values
Any idea ? Thank you
months ago i tried to help someone
Check this thread http://sourceforge.net/projects/gcbasic/forums/forum/579126/topic/3535050
I had a "word" table and scanned it for a number between 8 -108 ?
Mike