Dilwyn Jones wrote:
> (1) values returned are integers (assume so since function names end
> in %)

Yes.

> (2) your count system starts at 1 or 0 for month and day in month

1

> (3) and for weekdays, I assume Sunday is day 1? And they work as 1 to 
> 7, or 0 to 6?

Sun = 0, Mon = 1 etc.

> LET y% = YEAR% : REMark 4 digit year number
> LET m% = MONTH% : REMark number from 1 to 12
> LET d%  = DAY% : REMark number from 1 to 31
> LET wd% = WEEKDAY% :REMark number from 1 to 7, Sunday to Saturday?

Last one is 0 to 6, but apart from that it's correct.

Marcel

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to