FILEFLEX API REFERENCE
NAME
DBUpper -- Translate a string to upper case
SYNTAX
DBUpper(string)
CATEGORY
Character Translation
DESCRIPTION
This function translates a string to upper case
EXAMPLE
put DBUpper("David") into dbResult
SEE ALSO
DBLower
,
DBTranslateChars
INTERNAL FUNCTION NUMBER
49