Apolo Posted November 12, 2020 Report Share Posted November 12, 2020 (edited) Very good to all of you, I need to do the following: I have a 1D numeric array, and what I need is to assign each cell a letter. If the array is: (example) Array (1D) Array solution: 3160 G 2580 L 200 H 30 P Assign, do not convert.... always cell 0 that has the value G, cell 1 that has the value L, and so on... Etc... I've tried a Labview run but it doesn't work well. Any ideas? Edited November 12, 2020 by Apolo Quote Link to comment
ensegre Posted November 12, 2020 Report Share Posted November 12, 2020 To start with, you probably want to write your results into an array of strings, not of numbers. And anyway, what should be the purpose of the while loop and of the event structure with infinite timeout? Quote Link to comment
Apolo Posted November 13, 2020 Author Report Share Posted November 13, 2020 Thank you for your response. At the moment I am interested in the string of characters (1D array). Thank you Quote Link to comment
Apolo Posted November 13, 2020 Author Report Share Posted November 13, 2020 Any ideas? Thank you very much in advance Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.