06-10-2015 04:27 PM
BUT CAN I KNOW WHAT AM I DOING MISTAKE IN INDEX ARRAY
06-10-2015 04:31 PM
If you are going to insist on using the Index Array method, then you need to use it properly.
1. Get rid of the String Subset code. You are using either the Index Array or the Array Subset. Choose one.
2. If using the Index Array, then you need to populate that array constant to contain your values.
3. You do not need the second element with the Index Array. Delete that 1 constant and shring your Index Array to only have 1 output.
06-10-2015 04:42 PM
Atlast i did it successfully,thanks for the people who helped me,especially they guy crossrulz.thanks everyone. function used:forloop,random generator,index array,concatenated string.
06-10-2015 04:45 PM - edited 06-10-2015 04:46 PM
@balbal207 wrote:
Atlast i did it successfully,thanks for the people who helped me,especially they guy crossrulz.thanks everyone. function used:forloop,random generator,index array,concatenated string.
Not with the code you posted there. This one looks unchanged from the previous attempt.
For those who might care, here is the solution that should be the most efficient (does not use "dynamic data types" with arrays). It took me about a minute to write it. It only took that long because my 7 month old distracted me.
06-10-2015 04:56 PM
thank you crossrulz,you are awesome...