In the following example, the column LISTPRICES shows the string with the concatenated costs separated by a + (plus) sign.
在下列的示例中,列LISTPRICES显示了包含用加号(+)分隔的连接在一起的成本的字符串。
2
In this case, parsing the text string is quite straightforward because the parts are enclosed by "[" and"] "and the value is the last string after the equals sign.