Visual Foxpro 9 Made Simple Pdf File
DEFINE CLASS Logger AS Custom PROCEDURE Log(tcMessage) STRTOFILE(DTOC(DATE()) + " " + TIME() + " " + tcMessage + CHR(13), "app.log", 1) ENDPROC ENDDEFINE
ReadingZone Helping you discover the best books for children & teenagers
DEFINE CLASS Logger AS Custom PROCEDURE Log(tcMessage) STRTOFILE(DTOC(DATE()) + " " + TIME() + " " + tcMessage + CHR(13), "app.log", 1) ENDPROC ENDDEFINE