Random Function
Function:
Generates a string consisting of len random characters.
Syntax:
random(len as byte) as string
See Also:
---
Part
Description
len
Length of the string to generate.
Details