Examples of using This function returns in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
This function returns table.
In case of success, this function returns file.
This function returns table.
If message is present butis neither a string nor nil, this function returns message without further processing.
TODAY(): This function returns the today's date.
The RANDBETWEEN() function returns a pseudo-random number between bottom and top value. If bottom>top this function returns Err.
This function returns the same results as lua_load.
This function returns first matching filename.
The SUMPRODUCT() function(SUM(X*Y)) returns the sum of the product of these values. The number of values in the two arrays should be equal.Otherwise this function returns Err.
This function returns the number of fields in the table.
The SUMX2PY2() function(SUM(X^2+Y^2)) returns the sum of the squares of these values. The number of values in the two arrays should be equal.Otherwise this function returns Err.
This function returns the pillar of the Language of Auvergne.
The SUMX2MY2() function(SUM(X^2-Y^2)) returns the difference of the squares of these values. The number of values in the two arrays should be equal.Otherwise this function returns Err.
This function returns 0 when connection is established.
The SUMXMY2() function(SUM((X-Y)^2)) returns the square of the differences of these values. The number of values in the two arrays should be equal.Otherwise this function returns Err.
This function returns the associate multinomial coefficient.
The IF() function is a conditional function. This function returns the second parameter if the condition is True. Otherwise it returns the third parameter which defaults to being false.
This function returns a string with some of these conversions made;
The N() function converts a value to a number. If value is orrefers to a number, this function returns the number. If value is True, this function returns 1. If a value is a date, this function returns the serial number of that date. Anything else will cause the function to return 0.
This function returns the count of all empty cells within the range.
Comments: This function returns various parameters for the specified drive.
This function returns a numeric value that denotes the database event.
Description This function returns a struct with the fields names field1, field2,….
This function returns the number of years, months, or days between two given dates.
Description This function returns a string with whitespace stripped from the beginning and end of$str.
This function returns a geometry object that we can store in the variable geom.
This function returns the name and the value of the upvalue with index up of the function f.
This function returns -1 if the number is negative, 0 if the number is null and 1 if the number is positive.
This function returns the number of characters written into the destination string without taking into account the'\0.