Sysop: | KK4QBN |
---|---|
Location: | Chatsworth, GA |
Users: | 34 |
Nodes: | 10 (0 / 10) |
Uptime: | 72:29:00 |
Calls: | 1,072 |
Calls today: | 2 |
Files: | 94,829 |
U/L today: |
0 files (0K bytes) |
D/L today: |
71 files (5,680M bytes) |
Messages: | 27,095 |
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