in

CodePrairie .NET

South Dakota .NET User Group

chrisortman

Getting some test data from powershell

I want to test out a form I'm working on and I want to ensure that the requirement of "input must be less than 255 characters is met"

So I just want a string that is at least that long that I can paste into the text area, quick and easy from powershell

 

0..255 | %{$q += "x"}; write-clipboard $q
Published May 22 2007, 02:11 PM by chrisortman
Filed under:

Comments

No Comments

Leave a Comment

(required)
(optional)
(required)
Add
Powered by Community Server (Commercial Edition), by Telligent Systems