concatenate  min

Chapter 1: Developer Features

concatenate2

Description

Concatenates the second and subsequent arguments, using the first argument as a pad, and returns a single result.

Arguments

The first argument is a scalar, and specifies the pad string to be used; there can be one or more subsequent array arguments. Concatenation is carried across all the arrays specified, or, if scalars, by simply concatenating the scalar value to the current result. The pad value is inserted between all concatenated values, but not appended or prefixed.

Examples

=concatenate2(abc, $R3F4:R7F6)
=concatenate2(-, $R6F4, $R10F8)




Copyright © 2004. Sybase Inc. All rights reserved. min

View this book as PDF