Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
VALUES
[go: Go Back, main page]

VALUES

Syntax

=VALUES(obj)

Arguments

ArgumentTypeDescription
objAnyThe object or reference to test

Examples

=VALUES(OBJECT("A", 1, "B", 2))[1, 2]
Returns the values of the given object

=VALUES()[123, "Hello World", true, #ERROR!]
Returns the values of the current object including at least one error value