See changelog 20000423 22:00 gmt -3

This commit is contained in:
Luiz Rafael Culik
2000-04-23 16:11:34 +00:00
parent 51405db289
commit dac58fcf09
4 changed files with 12 additions and 12 deletions

View File

@@ -95,7 +95,7 @@
* $COMPLIANCE$
* This is a new Harbour Tools class </par>
* $FILES$
* Library is Tools.lib
* Library is Tools
* $SEEALSO$
* TClass()
* $END$

View File

@@ -19,7 +19,7 @@
* $FUNCNAME$
* FIELDTYPE()
* $CATEGORY$
* Data Base
* Database Tools
* $ONELINER$
* Determines the type of a given field.
* $SYNTAX$
@@ -54,7 +54,7 @@
* $COMPLIANCE$
* This function is CA-CLIPPER TOOLS compatible
* $FILES$
* Library is Tools.lib
* Library is Tools
* $SEEALSO$
* FIELDSIZE(),FIELDDECI()
* $END$
@@ -64,7 +64,7 @@
* $FUNCNAME$
* FIELDSIZE()
* $CATEGORY$
* Data Base
* Database Tools
* $ONELINER$
* Determines the size of a given field.
* $SYNTAX$
@@ -91,7 +91,7 @@
* $COMPLIANCE$
* This function is CA-CLIPPER TOOLS compatible
* $FILES$
* Library is Tools.lib
* Library is Tools
* $SEEALSO$
* FIELDTYPE(),FIELDDECI()
* $END$
@@ -101,7 +101,7 @@
* $FUNCNAME$
* FIELDDECI()
* $CATEGORY$
* Data Base
* Database Tools
* $ONELINER$
* Determines the number of decimal places of a given numeric field.
* $SYNTAX$
@@ -129,7 +129,7 @@
* $COMPLIANCE$
* This function is CA-CLIPPER TOOLS compatible
* $FILES$
* Library is Tools.lib
* Library is Tools
* $SEEALSO$
* FIELDTYPE(),FIELDSIZE()
* $END$

View File

@@ -6,7 +6,7 @@
* $FUNCNAME$
* CD()
* $CATEGORY$
* DOS
* Dos Tools
* $ONELINER$
* Change the Current Directory
* $SYNTAX$
@@ -34,7 +34,7 @@
* $FUNCNAME$
* MD()
* $CATEGORY$
* DOS
* Dos Tools
* $ONELINER$
* Creates a Directory
* $SYNTAX$
@@ -62,7 +62,7 @@
* $FUNCNAME$
* RD()
* $CATEGORY$
* DOS
* Dos Tools
* $ONELINER$
* Remove a Directory
* $SYNTAX$

View File

@@ -19,7 +19,7 @@
* $CATEGORY$
* String
* $ONELINER$
* ...
* Format a string
* $SYNTAX$
* StrFormat(<cMask>[, <cPar1>[, <cParn>[, ...]]) --> cString
* $ARGUMENTS$
@@ -57,7 +57,7 @@
* $COMPLIANCE$
* All platforms </par>
* $FILES$
* Library is Tools.lib
* Library is Tools
* $END$
*/