OpenBIMRL | General functions
Class path: general.concatenate
Concatenate

Description
Concatenates two strings into one.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | String | String A |
| 1 | B | String | String B |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | A + B | String | String A + B |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself