How does one do a character array or string array here? Example of what I am trying to convert DIM SHARED SCORE$(35) DIM SCORES$[35] Also, I need to check a textbox for a return key press I tried PUBLIC SUB TextBox1_KeyPress(Ascii AS String, Code AS Integer, State AS Integer) IF Code = 4101 THEN Run_Button_Click() ENDIF END But no workee