Core Function RandStr

From Sputnik Wiki
Revision as of 12:38, 14 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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