[Gambas-user] Run-time bug

nando nando_f at ...951...
Thu May 5 05:29:12 CEST 2011


' Gambas class file

PRIVATE test AS String[30, 30]


PUBLIC SUB my_test()

  test = ["Voice", "Logon"]  '<---If I REM this, there is no runtime error on next line
  test[0, 1] = "Logon"       '<---Runtime error: Bad Number of Dimensions
  
  PRINT test.count
  
END

Gambas2

-Fernando




More information about the User mailing list