!!!CONCAT !Functionality: This Oracle function allows you to concatenate two text strings !Parameters: |STRING1 |the first text string |STRING2 |the second text string !Returns: Text !Errors: None !Operations: This function only allows two strings. Multiple strings may also be concatenated using the || (two vertical bars) operator. Example: {{concat('alpha','bravo')}} will return alphabravo {{'alpha'||'bravo'}} will also return alphabravo ---- ![Notes|Edit:Internal.CONCAT] [{InsertPage page='Internal.CONCAT' default='Click to create a new notes page'}]