See changelog

This commit is contained in:
Eddie Runia
1999-05-20 12:55:25 +00:00
parent 78d3bd07f3
commit 18c63f3b92
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990520-13:50 CET Eddie Runia
* tests/working/transfrm.c
set date and century added.
19990520-11:00 CET Eddie Runia
* tests/working/runner.c
simple file correctness checks added

View File

@@ -1,9 +1,12 @@
#include "set.ch"
//extern OutStd
//extern Str
function Main()
QOut("// PLEASE SET DATE TO BRITISH AND CENTURY ON")
HB_SetCentury(.T.)
Set(_SET_DATEFORMAT, "dd/mm/yyyy")
QOut( "Hallo ", "!!!!! ", transform( "Hallo ", "!!!!!" ) )
QOut( "Hallo ", "!!A!! ", transform( "Hallo ", "!!A!!" ) )
QOut( "Hallo ", "!!A9! ", transform( "Hallo ", "!!A9!" ) )