Hi,
Can you quote the thing you've written? Maybe you missed something or
so... Normally it should work with both len() or string.len()
Ok, then you said you will only give strings to another program, so the
font shouldn't be important. In Basic, the only way of doing what you
want will be usi
Hi,
I need to be able to browse a list of system printers and wondered how one
obtained these.
Regards
richard
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that e
It worked!!! thanks
Arbel
On Thu, 2009-04-23 at 20:29 +0300, Jussi Lahtinen wrote:
> With synaptic I find only Gambas 2.7. Are using some different repository..?
>
> 1. Do COMPLETE removal with synaptic, make sure that all related to
> gambas is gone.
>
> 2. Then just for sure:
> rm -f /usr/loca
Hello Charlie,
this comment makes me very happy and pushes me to continue with the
project :-) For a programmer it's allways a somewhat difficult situation
to 'put the trousers down' and show what is behind the sceenes, but I
was so happy with the result, that I had to make it public.
*
With synaptic I find only Gambas 2.7. Are using some different repository..?
1. Do COMPLETE removal with synaptic, make sure that all related to
gambas is gone.
2. Then just for sure:
rm -f /usr/local/bin/gbx2 /usr/local/bin/gbc2
/usr/local/bin/gba2/usr/local/bin/gbi2
rm -rf /usr/local/lib/gambas
Hello,
i try your version included "string.len ...
but it dosent run when I have äöü inside.
I always get "bad arguments"
-Ursprüngliche Nachricht-
Von: Rolf-Werner Eilert [mailto:eilert-sprac...@t-online.de]
Gesendet: Donnerstag, 23. April 2009 18:04
An: mailing list for gambas use
> If I write:
>
> IF expr1 OR expr2 THEN
>
> If expr1 evaluates to TRUE does the OR return TRUE or does it still go
> on to evaluate expr2?
>
Operators always evaluate all their operands.
But you can use the syntax IF expr1 OR IF expr2 THEN to evaluate only
if is false.
Regards,
--
Benoît
HEllo,
is the same:) I cant see any differences.
Isnt their any formatting function in gambas like other languages habe?
my problem is that I want to mail it via a textmail
123.22
1.22
34.11
Must be this x= space
123.22
xx1.22
x34.11
Just do it the other way round. If txt$ contains the text:
s
Hi Stefan,
Stefan Miefert schrieb:
> Istn very smart but i do something like this now
>
>
>
>
> "Test" & space(30 - len("Test)) & "Alles how I can"
Not very smart? Hm. This would be just my solution.
>
> But how can I align something like number like this
>
> 22.55
> 1.22
> 133.22
>
> Mus
When I tried to build it from a source file, and then run it' i had lots
of missing packages. I removed the files you told me to remove and then
tried to install from the synaptic maneger. Still the same error. Maybe
there is a flag or somthing that wont let these files to be copied to my
computer.
Istn very smart but i do something like this now
"Test" & space(30 - len("Test)) & "Alles how I can"
But how can I align something like number like this
22.55
1.22
133.22
Must be like this
22.55
1.22
133.22
-Ursprüngliche Nachricht-
Von: Mészáros Csaba [mailto:mohar...@gmail.co
Stefan Miefert írta:
> HEllo,
>
> how can i format a text like this
>
> 1 Auto 20.12.2008 20,15
> 2 Fahrrad 30.12.20053,22
> 3 Bus 12.05.2000 22,44
> 4 Auto2 15.04.2088
Hello,
but the strings have different lengts:) That couldt work:)
-Ursprüngliche Nachricht-
Von: M0E Lnx [mailto:m0e@gmail.com]
Gesendet: Donnerstag, 23. April 2009 16:32
An: mailing list for gambas users
Betreff: Re: [Gambas-user] Format Text
How about using something like space(5)
How about using something like space(5) between each string?
On Apr 23, 2009 9:16 AM, "Stefan Miefert" wrote:
HEllo,
how can i format a text like this
1 Auto 20.12.2008 20,15
2 Fahrrad 30.12.20053,22
3 Bus
To clarify, you compiled Gambas 2.12 from source and installed it
without any errors.
Only error you got is;
ERROR: #2: Cannot load class 'Project': Unable to load class file
when you are trying to start Gambas.
Have I understand correctly?
Did you do this;
rm -f /usr/local/bin/gbx2 /usr/local/b
HEllo,
how can i format a text like this
1 Auto 20.12.2008 20,15
2 Fahrrad 30.12.20053,22
3 Bus 12.05.2000 22,44
4 Auto2 15.04.2088 23,55
5 Auto3
Thanks Benoit that works like a charm :)
Regards
Dimitris
2009/4/22 Benoît Minisini
> > Hey guys,
> >
> > With the example below Gambas Server Pages were introduced.
> >
> > My question is:
> > 1) how would I achieve a connection to a mysql database or any database
> for
> > that matter?
> > 2)
If I write:
IF expr1 OR expr2 THEN
If expr1 evaluates to TRUE does the OR return TRUE or does it still go
on to evaluate expr2?
--
Stay on top of everything new and different, both inside and
around Java (TM) technolog
> The last few builds from 1929 on seem to be failing on my machine here:
>
> Is this just my problem?
>
>
Did you do a ./reconf && ./configure -C ?
--
Benoît
--
Stay on top of everything new and different, both inside
On Thursday 23 April 2009, arbelmichal wrote:
> Ithink gambas 2.12
> Arbel
>
> On Thu, 2009-04-23 at 15:08 +0800, Werner wrote:
> > arbelmichal wrote:
> > > ubuntu 8.10 gambas2
> > > Arbel
> > > On Thu, 2009-04-23 at 11:06 +0800, Werner wrote:
> > >
> > >> arbelmichal wrote:
> > >>
> > >>>
Ithink gambas 2.12
Arbel
On Thu, 2009-04-23 at 15:08 +0800, Werner wrote:
> arbelmichal wrote:
> > ubuntu 8.10 gambas2
> > Arbel
> > On Thu, 2009-04-23 at 11:06 +0800, Werner wrote:
> >
> >> arbelmichal wrote:
> >>
> >>> -
arbelmichal wrote:
> ubuntu 8.10 gambas2
> Arbel
> On Thu, 2009-04-23 at 11:06 +0800, Werner wrote:
>
>> arbelmichal wrote:
>>
>>>
>>>
>>> Subject:
>>> My gambas stoped working...
>>> From:
>>> arbelmichal
>>> Date:
>
22 matches
Mail list logo