|
User Defined Functions Library
|
Syntax:
| CreateRndString |
|
Where:
| intLength
Numeric value, indicating length of string to return
bAlpha
Boolean value, indicating if alpha characters should be used.
bNumeric
Boolean value, indicating if numeric characters should be used
bSpecialChars
Boolean value, indicating if special characters should be used
bCaseSensitive
Boolean value, used only if bAlpha is true. A True value will cause both upper and lower case alpha characters to be returned, whereas a False value will return only upper. |
|
Constants:
| None |
|
Return Type:
| String |
View Function in:
Script Example
Script Example
Language not currently implemented for this function
|
Last Modification:
9/18/2006
More Information:
None
|