Closed stratosn closed 1 year ago
String Concatenation operator ||
Use + as string concat operators like e.g. Stata, Python. Execution of String + Number will give "type mismatch".
Not an issue but a matter of personal preference. However, unless strong reasons to change from "+" to "||", I would keep "+" for backwards compatibility with VTL 1.0.
Refers to old version of documentation
Issue Description
String Concatenation operator ||
Proposed Solution
Use + as string concat operators like e.g. Stata, Python. Execution of String + Number will give "type mismatch".