Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Miscellaneous}} ====== GENERATE_PWD ====== ===== Description ===== Generates random string that can be used as string password ===== Parameters ===== - Min. number of characters in the password - Max. number of characters in the password - Number of capital letters - Number of digits - Number of special characters ===== Example ===== <code aim>Object.Pwd = GENERATE_PWD(8,15,2,2,2) </code> Last modified: 2023/05/09 00:56 Log In