Category:FoxPro: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2011

  • curprev 09:5509:55, 29 April 2011160.62.4.10 talk 135 bytes +135 Created page with "SET DATE ansi SET CENTURY on for i = 2008 to 2121 date = CTOD( STR(i,4) + '.12.25' ) if CDOW( date ) = 'Sunday' ? i ENDIF endfor"