Previous Page Next Page Contents

tbl2text -- concatenate the strings in a table

Introduction

tbl2text concatenates all entries of a table of character strings.

Call(s)

tbl2text(strtab)

Parameters

strtab - a table of character strings

Returns

a character string.

Related Functions

_concat, coerce, expr2text, int2text, text2expr, text2list, text2tbl

Details

Example 1

A character string can be created from an arbitrary number of table entries:

>> tbl2text(table(1 = "Hell", 2 = "o", 3 = " ", 4 = "world."))
                              "Hello world."

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000