Join range of multiple values into a string using semicolon as separator. Adds trailing semicolon. If range is empty, then the empty string is returned.
See Implementation
Join range of multiple values into a string using semicolon as separator. Adds trailing semicolon. If range is empty, then the empty string is returned.