Re: [Gambas-user] I create a new function to share

2009-06-27 Thread kobolds
Doriano Blengino wrote: > > Benoît Minisini ha scritto: >>> 1. i18n says that a "normal" number has no thousand separator; instead a >>> currency ("monetary") has it. Thinking again and again, this could make >>> sense. >>> >>> 2. KDE desktop has its own management. Don't know how and why - per

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Doriano Blengino
Benoît Minisini ha scritto: >> 1. i18n says that a "normal" number has no thousand separator; instead a >> currency ("monetary") has it. Thinking again and again, this could make >> sense. >> >> 2. KDE desktop has its own management. Don't know how and why - perhaps >> those guys want to run KDE wi

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Benoît Minisini ha scritto: > Changed file "/usr/share/i18n/locales/it_IT" so the section: > > LC_NUMERIC > decimal_point "" > thousands_sep "" < empty string > grouping

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Benoît Minisini ha scritto: >> Changed file "/usr/share/i18n/locales/it_IT" so the section: LC_NUMERIC decimal_point "" thousands_sep "" < empty string grouping

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Benoît Minisini
> Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: > > I create a function call FormatX() for easy formatting number, date and > > string . read the cctools.html for detail on how to use it . > > > > post your opinion what you think about it > > > > http://www.nabble.com/file/p24216805/cctool

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Benoît Minisini
> Benoît Minisini ha scritto: > >> Changed file "/usr/share/i18n/locales/it_IT" so the section: > >> > >> LC_NUMERIC > >> decimal_point "" > >> thousands_sep "" < empty string > >> grouping 0;0 > >> END LC_NUMERIC > >> >

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Doriano Blengino
Benoît Minisini ha scritto: >> Changed file "/usr/share/i18n/locales/it_IT" so the section: >> >> LC_NUMERIC >> decimal_point "" >> thousands_sep "" < empty string >> grouping 0;0 >> END LC_NUMERIC >> >> >> results in: >>

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Pino Zollo
Il venerdì 26 giugno 2009 11:34:04 kobolds ha scritto: > for example > you need to write program to export data to text file in fix size in > following format. > 1. item_no      type:integer    size = 10 character , leading zero > 2. item name   type:string      size = 20 character, trailing space

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread kobolds
Pino Zollo wrote: > > Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: >> I create a function call FormatX() for easy formatting number, date and >> string . read the cctools.html for detail on how to use it . >> >> post your opinion what you think about it >> >> http://www.nabble.com/fil

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Benoît Minisini
> Pino Zollo ha scritto: > > Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: > >> I create a function call FormatX() for easy formatting number, date and > >> string . read the cctools.html for detail on how to use it . > >> > >> post your opinion what you think about it > >> > >> http://www

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Doriano Blengino
Pino Zollo ha scritto: > Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: > >> I create a function call FormatX() for easy formatting number, date and >> string . read the cctools.html for detail on how to use it . >> >> post your opinion what you think about it >> >> http://www.nabble.com

Re: [Gambas-user] I create a new function to share

2009-06-26 Thread Pino Zollo
Il venerdì 26 giugno 2009 04:34:54 kobolds ha scritto: > I create a function call FormatX() for easy formatting number, date and > string . read the cctools.html for detail on how to use it . > > post your opinion what you think about it > > http://www.nabble.com/file/p24216805/cctools.tar cctools.

[Gambas-user] I create a new function to share

2009-06-26 Thread kobolds
I create a function call FormatX() for easy formatting number, date and string . read the cctools.html for detail on how to use it . post your opinion what you think about it http://www.nabble.com/file/p24216805/cctools.tar cctools.tar -- View this message in context: http://www.nabble.com/I