Skip to content

Is this possible ? inserting values randomly selected from a list

edited February 2013 in Need Help
Alright let me try to explain

Here my article

Line 1
Line 2
Bla bla bla

this_will_be_replaced_with



Ok here my list saved in notepad and lets say file name is myLines.txt
notepad_Line_1
notepad_Line_2
notepad_Line_3
notepad_Line_4
notepad_Line_5

Now the software will read this saved list all lines randomly and replace it with this_will_be_replaced_with

so my new article will become

Line 1
Line 2
Bla bla bla

notepad_Line_2
notepad_Line_3
notepad_Line_1
notepad_Line_5
notepad_Line_4


If possible how can i do that ? thank you very much :)

Also can we say pick x number of ?


Comments

Sign In or Register to comment.