http://gambaswiki.org/wiki/cat/userformat
Jussi
On Wed, May 6, 2015 at 5:49 PM, abbat81 wrote:
> hs["banner1/last_upd"] = Now()
> hs.Save
>
> ->
>
> [banner1]
> last_upd="05/06/2015 18:04:22*.286*"
>
> I need Printed:
>
> Print Now() -> "05/06/2015 18:04:22"
>
>
>
>
>
>
>
> --
> View this mess
Le 06/05/2015 16:49, abbat81 a écrit :
> hs["banner1/last_upd"] = Now()
> hs.Save
>
> ->
>
> [banner1]
> last_upd="05/06/2015 18:04:22*.286*"
>
> I need Printed:
>
> Print Now() -> "05/06/2015 18:04:22"
>
>
Look at the documentation of CStr(), Str() and Print.
--
Benoît Minisini
---
hs["banner1/last_upd"] = Now()
hs.Save
->
[banner1]
last_upd="05/06/2015 18:04:22*.286*"
I need Printed:
Print Now() -> "05/06/2015 18:04:22"
--
View this message in context:
http://gambas.8142.n7.nabble.com/Now-Now-tp51465.html
Sent from the gambas-user mailing list archive at Nabble.c