08-04-2020 11:11 AM
I'm working on my project. The project is going to display the digits and alphabets when the user moving the mouse.
the alphabets should display from "A" to "Z", after 2 sec, display "no activity".
I upload my VI, I'm done with display the digits, don't know to add another display for alphabets.
08-04-2020 03:11 PM
I'm working on my project, it has to display an alphabet when the mouse enters to the box.
My question is how to display an alphabet from A to Z,
08-04-2020 03:23 PM - edited 08-04-2020 03:26 PM
Hi Jason,
again you think it is a good idea to start more than one thread on the very same problem.
Again I merged your threads!
Still you don't follow suggestions you got in the forum…
@jason888 wrote:
display an alphabet when the mouse enters to the box.
What about the "mouse enter" event?
08-04-2020 03:32 PM
That's not work
08-04-2020 03:37 PM - edited 08-04-2020 03:38 PM
08-04-2020 03:43 PM
I need a loop to display an Alphabet, from "A" to "Z". when the sting shown "Z", it should be back to "A".
I don't know which commend i should use
08-04-2020 04:18 PM - edited 08-04-2020 04:19 PM
Hi Jason,
@jason888 wrote:
I need a loop to display an Alphabet, from "A" to "Z". when the sting shown "Z", it should be back to "A".
I don't know which commend i should use
I would use StringSubset and Quotient&Remainder.
Or Quotient&Remainder and TypeCast…