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
On wo, 2015-05-06 at 08:26 +0200, Ron wrote:
> Indeed hard to find official documentation about this subject.
>
> I have found this though:
>
> "Package names (both source and binary, see Package, Section 5.6.7)
> must consist only of lower case letters (a-z), digits (0-9), plus (+)
> and minus (