Zondagsheiliging BAAN software
Von: Cornald Kruyt (exception@mailcity.com) [Profil]
Datum: 01.07.2003 00:29
Message-ID: <3f00b956.5738287@news.xs4all.nl>
Newsgroup: nl.religie
Datum: 01.07.2003 00:29
Message-ID: <3f00b956.5738287@news.xs4all.nl>
Newsgroup: nl.religie
#include <stdio.h>
#include <dateutils.h>
void main(void)
{
if (GetWeekday()==0) {
printf("Deze software werkt niet op zondag\n");
exit(0);
}
else {
Execute();
}
}
[ Auf dieses Posting antworten ]Antworten
- Daan van Codorniu (02.07.2003 14:22)
