Re: [Gambas-user] small date problem

2015-12-25 Thread Charlie Reinl
Am Freitag, den 25.12.2015, 12:49 +1030 schrieb adamn...@gmail.com:
> If Date(Now) = Date(2015,12,25) Then
>   Print "May your day be joyous,\nMay your evening be serene,\May you and 
> your family have peace, company and health."
> EndIf
> 
> b

Salut,

send you the extra ->n<- you need to finish your greetings.

Have nice holidays
  
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] small date problem

2015-12-25 Thread Charlie
Public Sub form_Open()
Dim siNum As Short[] = [72, 97, 112, 112, 121, 32, 67, 104, 114, 105, 115,
116, 109, 97, 115, 32, 116, 111, 32, 121, 111, 117, 32, 97, 115, 32, 119,
101, 108, 108]
Dim siCount As Short
For Each siCount In siNum
  Print Chr(siCount);
Next
End




--
View this message in context: 
http://gambas.8142.n7.nabble.com/small-date-problem-tp55099p55101.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] small date problem

2015-12-24 Thread adamn...@gmail.com

If Date(Now) = Date(2015,12,25) Then
Print "May your day be joyous,\nMay your evening be serene,\May you and 
your family have peace, company and health."
EndIf

b
-- 
B Bruen 

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user