RANDOMPASSWORD

Returns a specific number of random ASCII characters.


Remarks

* For instructions on how to add a function to a workbook refer to the page under Inserting Functions
* The equivalent JavaScript function is RANDOMPASSWORD


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 ~!@#$%^*()[]\/<>:-=+_


Parameters:
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.



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext