[Gambas-user] Questions

Ken Schrock kschrock at ...149...
Tue Dec 23 17:52:46 CET 2003


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




More information about the User mailing list