FOXPRO COMMANDS AND FUNCTIONS

ALENO - Returns the number of elements, rows or
columns in an array

ALIASO - Returns the alias of the current or specified
work area

ALLTRIMO - Returns the specified character expression
with leading and trailing blanks removed.

ANSITOOEMO - Converts each character of a character
expression to the corresponding character in
the DOS(OEM) character set. (FoxPro for
Windows only)

APPEND - Enables you to add records to the end of the
current database file.
 
APPEND FROM - Adds records to the end of the current
database file from another file.

APPEND FROM ARRAY - Adds records to the current database file and
them with data from an array.

APPEND GENERAL - Imports an OLE object into a general filed.
(FoxPro for Windows only.)

APPEND MEMO - Copies the contents of a file a memo filed.

ASCO - Returns the ASCII code for the leftmost
character in a character expression.

ASCANO - Searches an array for an expression

ASINO - Returns the are sine of a specified numeric
expression.

ASORTO - Sorts elements in an array in ascending or
descending order.

ASUBSCRIPT() - Returns the row or column subscript of an
element from the element's number

AT() - Returns the beginning numeric position of the
first occurrence of a character expression or
memo field within another character
expression or memo field, counting from the
leftmost character. For example,? AT ("of",
Son of India") displays 5. The function is case sensitive

ATAN() -  Returns the are tangent of a specified numeric
expression.

ATC() - Same as ATO, except that it is not case
sensitive

ATCLINE() - Returns the line number of the first occurrence
of a character expression or memo field within
another character expression or memo field;
without regard for the case of the two
expressions.

ATLINE() - Same as ATCLINEO, except that it is case sensitive
Returns the arc tangent from specified sine
and cosine values.