2009-05-31 19:40 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* harbour/include/std.ch
! fixed typo of last commit
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to these authors: Viktor Szakats.
|
||||
*/
|
||||
|
||||
|
||||
2009-05-31 19:40 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
|
||||
* harbour/include/std.ch
|
||||
! fixed typo of last commit
|
||||
|
||||
2009-05-31 17:30 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
|
||||
* harbour/include/std.ch
|
||||
+ added clause CODEPAGE for commands COPY, APPEND, SORT, TOTAL
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
|
||||
#command APPEND [FROM <(f)>] [FIELDS <fields,...>] ;
|
||||
[FOR <for>] [WHILE <while>] [NEXT <next>] ;
|
||||
[RECORD <rec>] [<rest:REST>] [ALL] [VIA <rdd>]
|
||||
[RECORD <rec>] [<rest:REST>] [ALL] [VIA <rdd>] ;
|
||||
[CODEPAGE <cp>] => ;
|
||||
__dbApp( <(f)>, { <(fields)> }, ;
|
||||
<{for}>, <{while}>, <next>, <rec>, <.rest.>, <rdd>, , <cp> )
|
||||
|
||||
Reference in New Issue
Block a user