Instead of focussing on changing the output.. i would like to change the random input in such a way that it always picks a unique line.
My output in my program will be hundreds of line, and so i would not like to mess around.
Please let me know, if you need any more inputs
Thanks
Yep better ways to do this
If I understand correctly (from your code) you want to shuffle the lines randomly See below
For improved randomness you ca generate a random seed to input to Riffle.vi
I wanted to do something with the shift registers and converting my string to an array.... but my program was not very convenient to do so...
Thanks !!!
It works like a charm...
@ Jeff..
I will implement your style and see the results.
Thank you
... now if only riffle would also accept an array of strings directly ... 😉
... in the meantime, try this. 😄
If you only have LabVIEW base (no riffle!), you could do as follows (taking advantage that clusters are sorted in element order):
I'm thinking Randomize 1D Array will suffice
Thanks for point it out- (guess what just hit my reuse library?)