Help in German translation



September 27, 2007

Hello all,

I need German native speakers’ help to correct the German text of my
description of User-defined functions LCK Visual FoxPro.
They are disseminated as a free of charge download.
In order to get a working version of the library, please download the file
http://www.universalthread.com/wconnect/wc.dll?2,2,31960

The description of each function is similar to the description of functions
in the help VFP. The shortest description consists of several lines, the
longest is similar to a description of a ASCAN() function.
In total the library has about 20 functions, but the descriptions of some
of them are practically identical, as is the case, for example, for search
functions of minimum / maximum values among elements of an array column.
Therefore, a help of about 10 people is needed, each one doing only a
fraction of the total required work.

If you would like to help me, please send an email to
udfunctions(at)gmail.com
(Subject: Help in German translation). I will send you a function
description.
The names of people who will assist in correcting the text will be published
on my page or in the CHM description files, unless requested otherwise.

Thank you very much for offering your help.

Sincerely,
Igor Nikiforov

P.S.
Here is the list of functions from the library.
Working with arrays
ARRAYSUM() - Returns the sum of all or a specified range of numeric (and/or
currency) elements in the selected column of an array.
ARRAYAVG() - Computes the arithmetic average of all or a specified range of
numeric (and/or currency) elements in the selected column of an array.
ARRAYMIN() - Evaluates all or a specified range of elements in the selected
column of an array and returns the element and optional number of row with
the minimum value.
ARRAYMAX() - Evaluates all or a specified range of elements in the selected
column of an array and returns the element and optional number of row with
the maximum value.
ARRAYCNT() - Counts the number of all or a specified range of numeric
(and/or currency) elements in the selected column of an array.
ASCANQUICK() - Unlike the built-in function ASCAN(), performs a binary
search in the selected column of a sorted array for an element containing the
same data and data type as an expression.
VITESCAN() - Performs a binary search in the selected column of a sorted
array for an element containing the same data and data type as an expression.
This function is more simple than ASCANQUICK().
GETALLWORDS() - Inserts the words from a string into a global dimensioned
array.
GETNUMWORD() Returns the number of the word in a character string.

FIELDNUM() - Returns the field number, referenced by name of a field, in a
table.
DANSLISTE() - Determines whether a numeric expression is contained in the
list of values of type «1,5,13-18»
INCREMENT() - Increments or decrements the value of a variable passed by
reference by one and returns the result
IFOR() - Immediate FOR cycle.
IWHILE() - Immediate WHILE cycle.
ICASE() - Evaluates the results from a list of conditions.
IEXECCASE() - Evaluates the results and executes the commands from a list of
conditions.
IEXECIF() - Returns one of two values and executes one of two string of the
commands depending on the value of a logical expression.
EXECUTE() - Execute the commands from a string, unlike a macro substitution
can execute the several commands from one string and returns the result.


.



Relevant Pages

  • Help in translation
    ... I am an author of User-defined string functions. ... EXECUTE() - Execute the commands from a string, ... ARRAYSUM- Totals all or specified numeric elements in the selected column ... elements in the selected column of an array. ...
    (microsoft.public.fox.helpwanted)
  • RE: Help in translation
    ... I am an author of User-defined string functions. ... EXECUTE() - Execute the commands from a string, ... ARRAYSUM- Totals all or specified numeric elements in the selected column ... elements in the selected column of an array. ...
    (microsoft.public.fox.helpwanted)
  • Help in translation
    ... I am an author of User-defined string functions. ... minimum / maximum values among elements of an array column. ... EXECUTE() - Execute the commands from a string, ... ARRAYSUM- Totals all or specified numeric elements in the selected column ...
    (microsoft.public.fox.programmer.exchange)
  • Help in translation
    ... I am an author of User-defined string functions. ... minimum / maximum values among elements of an array column. ... EXECUTE() - Execute the commands from a string, ... ARRAYSUM- Totals all or specified numeric elements in the selected column ...
    (microsoft.public.fox.helpwanted)
  • Help in translation
    ... functions of minimum / maximum values among elements of an array column. ... EXECUTE() - Execute the commands from a string, ... ARRAYSUM- Returns the sum of all or a specified range of numeric (and/or ... numeric elements in the selected column of an array. ...
    (microsoft.public.fox.helpwanted)

Loading