天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
基本
PasswordGen
复制链接
简述
密码生成器
定义
PasswordGen(Len:Integer;N:Integer;Head:String;start:Integer):Array
参数
名称
类型
说明
Len
Integer
整数,密码长度
N
Integer
整数,生成的密码组合数
Head
String
字符串,用户名的前缀
Start
Integer
整数,用户名的后缀序列数字的起始数字
返回
Array
二维数组,返回生成的指定数量的用户与密码组合。下标为"username"与"password"。
范例
return rdo2 PasswordGen(8,5,'ts',3);
返回:
相关
FieldCount
FieldExist
FieldNames
FieldName
IsTable
MagicSetArray
NoRecordTable
MagicGetArray
RecordExist
RecordExist2
RecordExist3
FieldNamesOfStrSubscript
StrSubscriptTableToNormal
FieldCountOfStrSubscript
argmax
Argmin
PasswordGen