strcat - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MapleTA[Builtin]

  

strcat

  

concatenate strings

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

strcat(a, b, c, d, ... )

Parameters

a, b, c, d

-

string

Description

• 

The strcat command returns the concatenation of the strings passed as arguments.

Examples

MapleTA:-Builtin:-strcatcats, and ,dogs

cats and dogs

(1)

Compatibility

• 

The MapleTA[Builtin][strcat] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

cat

MapleTA