HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
CONCAT
Syntax
CONCAT(value1, value2, [..value16])
Description
Concatenation. Concatenates (joins) items into a list.
Example
CONCAT({1,2,3}, 4) returns {1,2,3,4} and CONCAT(1,2,3,4) returns {1,2,3,4}
CONCAT — Discussion
↑Back to top