I'm trying to use console.getkeys to have a user select a page in an address book they want to go to.
I have a variable, pages, which contains a number so I'm using
var keypress = console.getkeys(pages);
According to the jsobjs file:
"get one key from of a list of valid command keys, or a number between 1 and maxnum"
Since I'm passing a number, I would expect only to be able to input a number between 1 and whatever pages is, however it lets me enter any character.
What am I doing wrong?
Just in case, I also tried forcing pages to be typeof number.
| Sysop: | digital man |
|---|---|
| Location: | Riverside County, California |
| Users: | 1,189 |
| Nodes: | 17 (0 / 17) |
| Uptime: | 159:08:49 |
| Calls: | 509,803 |
| Calls today: | 8 |
| Files: | 254,986 |
| U/L today: |
1 files (188K bytes) |
| D/L today: |
5,967 files (1,271M bytes) |
| Messages: | 471,886 |
| Posted today: | 3 |