Please enable JavaScript to view this site.
From version 6.2.83 - This program will return a random set of characters based on the input string supplied and the length of string to be returned.
Parameter |
In |
Len |
Out |
Len |
PARM1 |
String of characters from which to choose your random characters. #1 |
132 |
Random String |
132 |
PARM2 |
Length of string to be returned. #2 |
132 |
- |
|
PARM3 |
- |
|
- |
|
PARM4 |
- |
|
- |
|
PARM5 |
- |
|
- |
|
PARM6 |
- |
|
- |
|
Notes:
#1. If you don't supply a string of characters in PARM1 then the digits 0 - 9 will be used to generated your random string.
#2. If you don't supply a length for your returned Random String then this will default to 5. If the length supplied is greater than 132 characters then this will be reduced to 132 as this is the maximum length of data that can be returned by an Exit program.