Char Parameters

Top  Previous  Next

Char parameters allow you to quickly define a list of characters that can then be accessed randomly when regenerating

 

Char parameters are defined using the char command.

 

$p=char(start character, end character)

 

Examples:

 

$p=char(A,Z)                                $p can be any uppercase letter.

$q=char(a,z)                                $q can be any lowercase letter.