Bug with CONCAT
|
01-02-2014, 05:52 PM
(This post was last modified: 01-02-2014 06:00 PM by Michael de Estrada.)
Post: #3
|
|||
|
|||
RE: Bug with CONCAT
I find it interesting that if the first entry is a list, then it works, i.e. CONCAT({5},6) --> {5,6}. However, you can only have one item after the list, e.g. CONCAT({5},6,7) --> [{5} 6 7], but CONCAT({5},{6,7}) --> {5,6,7}. Also, CONCAT(5,{6,7}) --> {5,6,7} works as well.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)