'ary_code 可自訂與編排
ary_code="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
randomize timerfor i=1 to 10 tmp="" randomize timer tmp=Rnd*61+1 final_pswd=final_pswd&mid(ary_code,tmp,1)next