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

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to