[Gambas-devel] Question Debug enhancing ( gambas2-1.9.43 and before )

Benoit Minisini gambas at ...1...
Sat Sep 23 22:01:57 CEST 2006


On Saturday 23 September 2006 21:47, Charlie Reinl wrote:
> Am Samstag, den 23.09.2006, 21:44 +0200 schrieb Benoit Minisini:
> > On Saturday 23 September 2006 21:28, Charlie Reinl wrote:
> > > Am Samstag, den 23.09.2006, 21:31 +0200 schrieb Benoit Minisini:
> > > > On Saturday 23 September 2006 21:05, Charlie Reinl wrote:
> > > > > Salut,
> > > > >
> > > > > when marking a number in the editor and DblClixk, the number apears
> > > > > in the Baloon actually, or like the attachment shows name/value.
> > > > >
> > > > > What do think about something like "'999' is a number" in a baloon
> > > > > ?
> > > > >
> > > > > Or change it in debug_write/debug_read ?
> > > > >
> > > > > Amicalment
> > > > > Charlie
> > > >
> > > > '999' is a valid expression whose value is 999, so I see no problem
> > > > with displaying its value.
> > > >
> > > > Regards,
> > >
> > > Salut ,
> > >
> > > without testing, can I declare a variable 999 ?
> > >
> > > Amicalment
> > > Charlie
> >
> > What are you talking about? An identifier cannot start with a digit, so
> > you can't.
>
> Salut Benoît,
>
> that was the base of my question. The screeshot (from the first mail)
> shows the number as Name = (identifier) and as Value.
>
> So I asked if it would be better to NOT show this result in a table, but
> in a baloon with the mention "'999' is a number".
>
> Amicalment
> Charlie
>

TableView is only a temporary solution. And you can just show 999, that's all. 
Why do you want to tell that '999' is a number, the user knows that.

Regards,

-- 
Benoit Minisini





More information about the Devel mailing list