Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best way to input a single letter
#1
In one of my routines I am in need to ask the user to input one - and only one - alphabetical character (a-z or A-Z). I am wondering about the best way to do it :
(a) inp and then get the first character in string
(b) InputBox and then get the first character in string
© Combo box
(d) Other

If © is the case I wonder whether there exists a simple way to populate the combo box with values a-z plus these in my native language.

Many thanks in advance.
#2
In most cases I would use a or b.
#3
Thank you !
#4
I have written a short function to input a single character. It may be useful.


Attached Files
.qml   InpChar.qml (Size: 4 KB / Downloads: 244)


Forum Jump:


Users browsing this thread: 1 Guest(s)