Private type student record Stunum as string Names. As string Chinese as integer End type Dim stu() as student record Private sub command1_click N=uboumd(stu) Redim stu(n+1) With stu(n+1) .stunum=text1(0).text .names=text1(1).text .......... End with Text1(0).setfocus
2015年05月08日 07点05分