randomize the text lines in a text file Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
crypter
Posts: 90
Joined: 15 Dec 2020, 09:57

randomize the text lines in a text file

21 Jun 2021, 16:18

i have a file with many rows that i have to sort randomly

i need a script to randomly sort text lines in text files
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: randomize the text lines in a text file  Topic is solved

21 Jun 2021, 16:25

Code: Select all

test := 
(
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry'
standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a
type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing
Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions"
)
sort, test, Random
MsgBox, % test
ExitApp
https://www.autohotkey.com/docs/commands/Sort.htm

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Mannaia666 and 412 guests