Jump to content

How to Generate a Random English Word


onlineth
 Share

Go to solution Solved by jdelaney,

Recommended Posts

  • Solution

try:

$aWords = StringRegExp(FileRead("some.txt"),"(\w+)",3)
$sRandom = $aWords[Random(0,UBound($aWords),1)]
ConsoleWrite($sRandom & @CRLF)
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...