makeOrderedKey

Syntax

makeOrderedKey(args…)

Arguments

args are multiple scalars or vectors of the same length.

Details

Combine the specified args as a BLOB scalar or vector. The order of the inputs is kept in the result.

First Release

1.30.16/2.00.4

Examples

$ makeOrderedKey(`a1,`b1,`c1)
a1b1c1

$ set(makeOrderedKey(1 2, 4 5))

$ makeOrderedKey(`a1`a2, 10.5 11.8)

Related Function: makeKey