11-10-2013 09:35 PM
Hello! I am totally new to this software and the truth is I'm lost 😧
I have to do something that sounds very simple (and maybe it is) but I know nothing is complicated.
What should I do is is a collect data (valors), put them in a table and fits from first to last place, or from last place to first place. I can make the table and this will take random data, but it is not what I'm really want ...
I will appreciate your help with a very easy explanation for a novice like me 😧
Thank you very much!
Solved! Go to Solution.
11-10-2013 10:47 PM
Hello Miguel_Exe,
If you want to sort the array before putting it into the table then you can just use a sort array function as shown.
You can find the sort function in functions palette > programming > Arrays > Sort 1D array.
Let me know if this helps.
11-11-2013 08:03 AM
Thank you very much it works really well!!! 😄
Last thing:
To enter a random value one by one, its possible? (In this, all are entered simultaneously)
Thank you!
11-11-2013 08:11 AM - edited 11-11-2013 08:12 AM
Something like this should work for you.
11-11-2013 02:43 PM
I dont find these components :S
11-11-2013 04:00 PM
@Miguel_Exe wrote:
I dont find these components :S
Which components? I just used the Build Array, Random Number (0-1), and Sort 1D Array. I just stored the array in a shift register, which is just a way to pass data from one iteration of a loop to the next. You create the shift register by right-clicking on the loop.
11-11-2013 04:14 PM
Parfait! Thank you very much to the two! 😄