2008-08-19 17:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* doc/en/string.txt
   * doc/en/rddord.txt
   * doc/hbmake.txt
     * More cleanups, formatting (filename casing, CA-Cl*pper, etc).
This commit is contained in:
Viktor Szakats
2008-08-19 15:18:13 +00:00
parent 6514d5fb49
commit a035a9e221
4 changed files with 32 additions and 26 deletions

View File

@@ -8,6 +8,12 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-19 17:17 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/en/string.txt
* doc/en/rddord.txt
* doc/hbmake.txt
* More cleanups, formatting (filename casing, CA-Cl*pper, etc).
2008-08-19 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/en/string.txt
* doc/en/rddord.txt

View File

@@ -182,24 +182,24 @@
* both considered to be "optional" except that at least one of two
* must exist in order to create the order.
*
* The parameter <cExpKey> is the index key expression;typically in
* a .DBF driver,the maximum length of the key is 255 characters.
* The parameter <cExpKey> is the index key expression; typically in
* a .dbf driver, the maximum length of the key is 255 characters.
*
* If <bExpKey> is not specified,then the code block is create by
* If <bExpKey> is not specified, then the code block is create by
* macro expanding the value of <cExpKey>.
*
* If <lUnique> is not specified,then the current internal setting of
* If <lUnique> is not specified, then the current internal setting of
* SET UNIQUE ON or OFF will be observed.
*
* The active RDD driver determines the capacity in the order for a
* specific order bag.
*
* If the name <cOrderBagName> is found in the order bag can contain
* a single order,the the name <cOrderBagName> is erased and a new
* a single order, the the name <cOrderBagName> is erased and a new
* order is added to the order list in the current or specified work
* area.On the other hand, if it can contain multiples tags and if
* <cOrderBagName> does not already exist in the order list,then it is
* added. It is does exist,then the <cOrderBagName> replaces the former
* <cOrderBagName> does not already exist in the order list, then it is
* added. It is does exist, then the <cOrderBagName> replaces the former
* name in the order list in the current or specified work area.
* $EXAMPLES$
* USE TESTS VIA "DBFNDX" NEW
@@ -241,12 +241,12 @@
* $DESCRIPTION$
* This function attempts to remove the order named <cOrderName> from the
* file containing the order bag name <cOrderBagName>. If <cOrderBagName>
* is not specified,then the name of the file will be based on the value
* is not specified, then the name of the file will be based on the value
* of the ORDNAME() function. If the extension is not included with the
* name of the order file,then the extension will be obtained from the
* name of the order file, then the extension will be obtained from the
* default extension of the current and active RDD.
*
* The DBFNTX driver do not support multiple order bags;therefore,there
* The DBFNTX driver do not support multiple order bags; therefore, there
* cannot be an order to "destroy" from a bag. This function only works
* for those drivers with support multiple orders bags (e.q. DBFCDX
* and RDDADS drivers).

View File

@@ -254,7 +254,7 @@
* RAT() return the location of beginnig position.
* $DESCRIPTION$
* This function searches througt <cString> for the first existence
* of <cSearch>.The search operation is performed from the right side
* of <cSearch>. The search operation is performed from the right side
* of <cString> to the left. If the function is unable to find any
* occurence of <cSearch> in <cString>, the return value is 0.
* $EXAMPLES$
@@ -270,7 +270,7 @@
* $FILES$
* Library is rtl
* $SEEALSO$
* AT(),SUBSTR(),RIGHT()
* AT(), SUBSTR(), RIGHT()
* $END$
*/
@@ -701,7 +701,7 @@
* $FILES$
* Library is rtl
* $SEEALSO$
* INDEX,SEEK
* INDEX, SEEK
* $END$
*/
@@ -858,9 +858,9 @@
* $RETURNS$
* <cReturn> Character expression of that ASCII value
* $DESCRIPTION$
* This function returns the ASCII character code for <nAsciiNum>.The
* This function returns the ASCII character code for <nAsciiNum>. The
* number expressed must be an interger value within the range of 0 to
* 255 inclusive.The CHR() function will send the character returned
* 255 inclusive. The CHR() function will send the character returned
* to whatever device is presently set.
*
* The CHR() function may be used for printing special codes as well
@@ -877,7 +877,7 @@
* $FILES$
* Library is rtl
* $SEEALSO$
* ASC(),INKEY()
* ASC(), INKEY()
* $END$
*/
@@ -979,7 +979,7 @@
* $DESCRIPTION$
* This function takes an date,number,or character expression <xVal>
* and attempt to left-justify it within a string of a given width
* expressed as <nWidth>.The default character used to pad left side
* expressed as <nWidth>. The default character used to pad left side
* of <xVal> will be an blank space; however, this character may be
* explicitly specified the value of <cFill>.
*
@@ -1025,8 +1025,8 @@
* $DESCRIPTION$
* This function takes an date,number,or character expression <xVal>
* and attempt to right-justify it within a string of a given width
* expressed as <nWidth>.The default character used to pad right side
* of <xVal> will be an blank space;however, this character may be
* expressed as <nWidth>. The default character used to pad right side
* of <xVal> will be an blank space; however, this character may be
* explicitly specified the value of <cFill>.
*
* If the lenght of <xVal> is longer then <nWidth>, this function will
@@ -1185,7 +1185,7 @@
* fill character.
* $DESCRIPTION$
* This function returns a string composed of <nSize> repetitions of
* <cString>.The lenght of the character string returned by this
* <cString>. The lenght of the character string returned by this
* function is limited to the memory avaliable.
*
* A value of 0 for <nSize> will return a NULL string.
@@ -1342,7 +1342,7 @@
* NULL byte will replace <cLocString>.
*
* If <nPos> is used, its value defines the first occurence to be
* replaced.The default value is 1.Additionally, if used, the value of
* replaced. The default value is 1. Additionally, if used, the value of
* <nOccurences> tell the function how many occurrences of <cLocString>
* in <cString> are to the replaced. The default of <nOccurences> is
* all occurrences.
@@ -1385,7 +1385,7 @@
*
* Their are two components that can make up <cTemplate> : a function
* string and a template string.Function strings are those functions
* that globally tell what the format of <xExpression> should be.These
* that globally tell what the format of <xExpression> should be. These
* functions are represented by a single character precede by the
* @ symbol.
*
@@ -1397,7 +1397,7 @@
* one another.
*
* - Second, if both components make up the value of <cTemplate>, the
* function string must precede the template string.Otherwise, the
* function string must precede the template string. Otherwise, the
* function string may appear with out the template string and
* vice versa.
*

View File

@@ -5,13 +5,13 @@
Hbmake Readme
Hbmake is an powerfull make system for Harbour.It include an Editor mode for
Hbmake is an powerful make system for Harbour. It include an Editor mode for
the creation of the make file.
Hbmake support the follow Switchs
-b Use BCC as the C compiler.This options is default under Win32
-g Use GCC as the C compiler.This options is default under OS/2
-b Use BCC as the C compiler. This options is default under Win32
-g Use GCC as the C compiler. This options is default under OS/2
-gl Use GCC as the C compiler on Linux
-v Use MSVC as the C compiler
-D Define an macro. Multiple macros can be used in an single line