[Gambas-user] Signal #11 in Gambas 2

nando nando_f at ...951...
Thu May 5 07:43:52 CEST 2011


How to make the 4 line example signal #11 every time:

1. Place a breakpoint on the PRINT "hello" line
2. Run the program (F5)
3. When the program stops at the breakpoint,
   highlight the word 'String[]' on line 2

-Fernando




SUB x()
  
  DIM uu AS NEW String[]
  
  PRINT "hello"
  
END




More information about the User mailing list