Re: [Gambas-user] gb.text deprecated question

2011-07-12 Thread richard terry
On Tuesday 12 July 2011 16:34:18 Fabien Bodard wrote: > http://gambasdoc.org/help/doc/gb2togb3?v3 > > read that page :) thanks. > > gb.IgnoreCase > > 2011/7/12 richard terry : > > gb.Text (gb) > > STATIC PROPERTY READ Text AS Integer > > Constant that represents a case insensitive comparison. >

Re: [Gambas-user] gb.text deprecated question

2011-07-11 Thread Fabien Bodard
http://gambasdoc.org/help/doc/gb2togb3?v3 read that page :) gb.IgnoreCase 2011/7/12 richard terry : > gb.Text (gb) > STATIC PROPERTY READ Text AS Integer > Constant that represents a case insensitive comparison. >         This constant is deprecated in Gambas 3.0. > > I've just noticed my exe bu

[Gambas-user] gb.text deprecated question

2011-07-11 Thread richard terry
gb.Text (gb) STATIC PROPERTY READ Text AS Integer Constant that represents a case insensitive comparison. This constant is deprecated in Gambas 3.0. I've just noticed my exe bugs out on this during a replace, ?what do I replace it with?? -