strcat - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

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

 


Download Help Document