Replace word with random

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
arconis
Posts: 7
Joined: Wed Jan 18, 2012 6:38 pm
Contact:

Replace word with random

Post by arconis »

Hey there,

I would like to replace one word from a randomly selected list of words. like this:

Simple Word
Simple Word
Simple Word
Simple Word


Lets say I want to replace Simple with either {Complicated, Stupid, Redundant, Silly, Smart}. I would get something like this:

Silly Word
Smart Word
Redundant Word
Smart Word

I don't care if it repeats without going through the whole list or anything, I plan on using a great deal of variables.

Thanks for the help!
ben_josephs
Posts: 2464
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

This is a job for a script in your favourite scripting language. Unfortunately, TextPad doesn't support scripts in any language. Maybe one day...
arconis
Posts: 7
Joined: Wed Jan 18, 2012 6:38 pm
Contact:

Post by arconis »

Ah ok, thank you.
arconis
Posts: 7
Joined: Wed Jan 18, 2012 6:38 pm
Contact:

Post by arconis »

Just for the record, this tool completed the job:

http://www.articletoolchest.com/
Post Reply