Core Function RandStr

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
UberFoX (Talk | contribs)
(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...")
Newer edit →

Revision as of 19:30, 1 December 2011

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)      );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox