Core Function RandStr
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> RandStr( <count> ) </pre> === Description === Generate a random sequence of characters at a given length. === Parameters === ==== count ==== The size of the new string...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
RandStr( <count> )
Contents |
Description
Generate a random sequence of characters at a given length.
Parameters
count
The size of the new string
Return Value
Success: Returns new string.
Failure: Returns a string.
Remarks
None.
Example
MsgBox( RandStr(40) );