07-24-2020 01:51 AM
I need to display each character from a string one by one after a second delay. The string is user input.
Please give me an advice, thanks!
07-24-2020 04:21 AM - edited 07-24-2020 04:22 AM
Hi Jason,
there are multiple ways to solve your homework.
What have you tried and where did you fail/stuck?
Hints:
Atleast you need a loop and a wait inside the loop. Then you need to read the chars from your string one by one. It would help to know the length of the string, but depending on the choosen way you don't even need to…
07-24-2020 01:05 PM
I created a loop, this can read each character in an array. But how can I display only one character start from the first letter to the end?
I attached my VI here.
07-24-2020 01:13 PM - edited 07-24-2020 01:15 PM
07-24-2020 01:22 PM
Got it, Thank you so much!