//Contributed by: Haywire
/*
Basic use of BYOND's copytext() function in combination with a loop and a variable to return a set of alphanumeric characters in random order. This was inspired when I started to build mine for the activate-code system for my website, although my one is built in PHP and goes beyond alphanumeric characters.
*/
proc |
--Haywire