Randy the Data Generator Code
Status: Alpha
Brought to you by:
mraffonso
Randy the Data Generator Help ----------------------------- Usage: ===== Enter the any text you want plus data tags. Example: %firstname%, %lastname%, %address%, %phone% Output: -- John, Stark, 123 Starkton Rd., 416-278-1952 Randy, Canhoon, 45 Dillby Dr., 416-713-9847 -- If you need percentage signs around the text you can do that as well. Example: %%firstname%%, %%lastname%% Output: %Tom%, %Willis% Some data tags will take arguments as well. Example: %ai%.{10}, %firstname%, %lastname% Output: -- 10, Richard, Harris 11, Gerald, Sardis -- Available tags ============== Tag | Description --------------------------------------------- %ai%{start} | Auto incriment integer %firstname% | First name %firstinitial% | Initial of first name %lastname% | Last name %lastinitial% | Initial of last name %initial% | Inital (a single capital letter) %city% | City %province% | Province %country% | Country %postalcode% | Postal code %phone% | Phone number %email% | Email address