Sysop: | KK4QBN |
---|---|
Location: | Chatsworth, GA |
Users: | 49 |
Nodes: | 10 (0 / 10) |
Uptime: | 59:38:27 |
Calls: | 905 |
Calls today: | 0 |
Files: | 138,634 |
U/L today: |
0 files (0K bytes) |
D/L today: |
900 files (167M bytes) |
Messages: | 26,341 |
Posted today: | 0 |
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