Kurt Knippel Posted December 19, 2001 Posted December 19, 2001 Are you just looking for a randomly generated series of 12 characters? If so... code: Middle( "0123456789ABCDEFGHIJKLMNOPQRSTUVXYZ"; Round(Random*35;1); 1) ...will provide for a single character, put this in a loop or combined it in series and you will have your 12 random characters.
Bikeman17 Posted December 20, 2001 Posted December 20, 2001 Hi Geeks I wonder on how to generate random serial numbers. Something that could have 12 digits. Is it possible to mix letters and numbers? This calculation will be part of a loop. Bikeman17
Recommended Posts
This topic is 8445 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now