We need to generate test strings that contain special characters. What
application(s) will do this easily? What is the process.

Re: How can a Group Separator (ansi 29) be generated? by Tony

Tony
Wed Mar 15 13:10:32 CST 2006

VBA in Word (or any other application) can generate any character with a
Chr(29) type construct. Most languages and environments will have equivalent
constructs. A more relevant consideration might be where you want these text
strings to end up.

--
Enjoy,
Tony

"j_mcanulty" <j_mcanulty@discussions.microsoft.com> wrote in message
news:DCF0F7F2-E264-48D3-A361-D98438BD0262@microsoft.com...
> We need to generate test strings that contain special characters. What
> application(s) will do this easily? What is the process.