document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. \' Gambas class file
  2. Property casillas As Integer[]
  3. Private hcasillas As New Integer[7, 7]
  4.  
  5. Private Function casillas_Read() As INTEGER[]
  6.   Return hcasillas  
  7. End
  8.  
  9. Private Sub casillas_Write(Value As INTEGER[])
  10.  hcasillas = value
  11. End
');