See changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!" ) )
|
||||
|
||||
Reference in New Issue
Block a user