Re: [Gambas-user] Fwd: Re: Removing / Modifying IsXXXX() functions in Gambas3

2010-11-24 Thread Fabien Bodard
nevertheless some shortcut functions to analyse the text in function of the localization will be useful and a isPrintable ... to say if all the characters in the string can be displayed (not special characters) -- Increa

[Gambas-user] Fwd: Re: Removing / Modifying IsXXXX() functions in Gambas3

2010-11-24 Thread Benoît Minisini
On Wed, 24 Nov 2010 11:53:20 pm you wrote: > > Benoît, > > > > MAJOR PANIC! I use IsNumber extensively to do quick checks on field > > parsing across heterogeneous databases. Using the 80-20 rule I can > > parse text fields for junk appendices to an expected numeric. > > Code such as > > > >