Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 15:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[AutoIT Noob] 3x TXT Datei / Nickname Generator

Discussion on [AutoIT Noob] 3x TXT Datei / Nickname Generator within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2013
Posts: 199
Received Thanks: 10
[AutoIT Noob] 3x TXT Datei / Nickname Generator

Ich habes es verschoben in den Request bereich.
Sorry!
DAFUQx is offline  
Old 06/09/2014, 02:21   #2
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Code:
#include <File.au3>

For $i = 1 To 500
	FileWrite("result.txt", FileReadLine("1.txt", Random(1, _FileCountLines("1.txt"), 1)) & _
							FileReadLine("2.txt", Random(1, _FileCountLines("2.txt"), 1)) & _
							FileReadLine("3.txt", Random(1, _FileCountLines("3.txt"), 1)) & @CRLF)
Next
Dabei sieht 1 so aus:
Code:
block1_1
block1_2
block1_3
block1_4
block1_5
block1_6
block1_7
block1_8
block1_9
2 so
Code:
block2_1
block2_2
block2_3
block2_4
block2_5
block2_6
block2_7
block2_8
block2_9
und 3 so
Code:
block3_1
block3_2
block3_3
block3_4
block3_5
block3_6
block3_7
block3_8
block3_9
alpines is offline  
Reply


Similar Threads Similar Threads
CS:S Nickname Generator??
07/27/2011 - Counter-Strike - 5 Replies
Hey, ich suche einen Nickname Generator für CS:S wo ich meinen Nickname eingeben kann und der dann mit Spezielen Buchstaben und Symbolen dargestellt wird !



All times are GMT +1. The time now is 15:43.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.