11-29-2023 07:04 AM
I am trying to make a game where a random number generator creates a number and save that number, then the program will use that number until the player guesses the right number and then the generator will create a new random number. currently my generator works fine but i cant save the number outputted. how can i save the number generated? Any help i appreciated.
11-29-2023 07:05 AM
Hi UUJP,
@UU.JP wrote:
how can i save the number generated? Any help i appreciated.
When you want to "save to a file" then you need to use file functions.
When you want to "store data in a loop" you should learn about using shift registers…
11-30-2023 12:40 AM
If you would show us what you have (i.e. attach your VI) we could probably give more specific advice.