Use Chr to convert an ASCII code into a character. Thanks to Adan Rivas. Private Sub Command2_Click() 'Code the character Label3 = Asc(Text1) 'clears text box ...
確定! 回上一頁