cxj98 0 Newbie Poster

I want to generate massive user name database, any ideal?


now for example:

first file named "Firstname.txt", second file named "Surename.txt" ,and third file name "Brithday.txt"

in the firstname.txt have text like:
a
aa
aaa
b
bb
bbb

in the Surename.txt have text like:
1
11
111
2
22
222

in the Birthday.txt have text like:
bitrhday 1, 1, 1990
bitrhday 1, 2, 1991
bitrhday 1,3, 1992
bitrhday 1, 4, 2000

then command button clicked start generate by randomize:

a1 bitrhday 1, 1, 1990
a2 bitrhday 1, 4, 2000
bbb222 bitrhday 1,3, 1992
............

not repeated, generate by randomize.


until user click command button again then it stop, that's it.

open app.path "firstname.txt" & app.path "Surename.txt" & app.path "Brithday.txt.txt" for input as #1

generate result in the txtResult.text or save it in C:\result.txt

thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.