LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string word generator

I want to create a word generator, I use basic array of constant string using the 3 first letters of alphabet and concatenate together in every loop, and I want to get avery possible combination in a *.txt file,but in the inner loop only the last indexed values are being written

Download All
0 Kudos
Message 1 of 4
(3,177 Views)

Hi,

i think one of the results from the following link would help

http://forums.ni.com/t5/forums/searchpage/tab/message?location=Board%3A170&q=permutation#message-lis...

 

Mike

0 Kudos
Message 2 of 4
(3,138 Views)

Take a look at this.

/Y

TestGen.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(3,129 Views)

At the end this code help me to get what I wanted, the iteration take some time to create the .txt file.string word array

0 Kudos
Message 4 of 4
(3,084 Views)