Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
Sysop: | Ray Quinn |
---|---|
Location: | Visalia, CA |
Users: | 56 |
Nodes: | 10 (0 / 10) |
Uptime: | 148:10:34 |
Calls: | 9 |
Files: | 12,168 |
Messages: | 150,868 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
Hey Digital Man,
I am doing this:
selection2 = uifc.input(WIN_ORG | WIN_MID, "Input Key", item.input, 3, K_EDIT | K_GETSTR | K_UPPER);
And if I type a lower case letter, it comes in as lower case. So is K_UPPER implemented in the uifc javascript library, and/or am I doing something wrong?
I'm just upper casing the input for now, but wanted to check about this