RANDOMPASSWORD
RANDOMPASSWORD(unit)
Returns a specific number of random ASCII characters.
| length | Optional, the length of the password If omitted the length will be 8 characters If the length given is less than 8, still a password of 8 characters will be returned. |
| use_symbols | Optional, is a logical value: to use special characters in the password = TRUE or omitted; to create a password without special characters = FALSE. |
REMARKS
Returns a random string that can be used as a password.
This function will return a strong password which contains of:
=- both uppercase and lowercase letters
=- numbers
- special characters, such as ~!@#$%^*()[]\/<>:-=+_
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext