NAS is running Debian Lenny @ ARM.
/CJ
> -Original Message-
> From: Benoît Minisini [mailto:gam...@users.sourceforge.net]
> Sent: Monday, May 21, 2012 7:05 PM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Two bugs/issues noted
>
>
> Le 14
Le 14/05/2012 12:00, Christer Johansson a écrit :
>
>
> Second is regarding the Shell command. If I execute the following
> code on my NAS nothing happens, same code works OK in Xubuntu running
> on x86...
>
>...
>Shell "clear" Wait
>...
>
> Simple repro code for both issues in attachem
as users
> Subject: Re: [Gambas-user] Two bugs/issues noted
>
>
> Le 14/05/2012 12:00, Christer Johansson a écrit :
> >
> > Noted some issues last night...
> >
> > First one is with Date(now). If assigned to a variable (or
> printed) it
> > adds pla
Le 19/05/2012 14:03, Benoît Minisini a écrit :
>
> Note that there is no predefined format for just printing the date part
> with Format$(). This is a bug that I should fix.
>
This is not true actually, there is gb.ShortDate. But it will print the
year with two digits.
--
Benoît Minisini
-
Le 14/05/2012 12:00, Christer Johansson a écrit :
>
> Noted some issues last night...
>
> First one is with Date(now). If assigned to a variable (or printed) it
> adds placeholders for time as zeroes like...
>
>05/14/2012 00:00:00
>
As for that, this is a bug fix. A date is a Date value with t
> -Original Message-
> From: tobi [mailto:tobiasboeg...@googlemail.com]
> Sent: Monday, May 14, 2012 4:50 PM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Two bugs/issues noted
>
>
> On Mon, 14 May 2012, Christer Johansson wrote:
> >
&g
On Mon, 14 May 2012, Christer Johansson wrote:
>
> Noted some issues last night...
>
> First one is with Date(now). If assigned to a variable (or printed) it
> adds placeholders for time as zeroes like...
>
> 05/14/2012 00:00:00
>
> Second is regarding the Shell command. If I execute the foll
Noted some issues last night...
First one is with Date(now). If assigned to a variable (or printed) it
adds placeholders for time as zeroes like...
05/14/2012 00:00:00
Second is regarding the Shell command. If I execute the following
code on my NAS nothing happens, same code works OK in Xubun