Post Reply 
Bug with CONCAT
01-03-2014, 12:11 AM (This post was last modified: 01-03-2014 12:19 AM by Michael de Estrada.)
Post: #14
RE: Bug with CONCAT
I just discovered something. CONCAT is not a CAS command, so if you run it in Home view it works correctly, i.e. CONCAT(5,6) --> {5,6}. So, if you run it in a program, it should work if you don't CAS it.

I just wrote this short program and it worked:

EXPORT Ctest(v1,v2)
BEGIN
RETURN CONCAT(v1,v2);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug with CONCAT - Helge Gabert - 01-02-2014, 04:23 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 04:34 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 05:52 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 05:58 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 06:10 PM
RE: Bug with CONCAT - Alberto Candel - 01-02-2014, 06:39 PM
RE: Bug with CONCAT - Mark Hardman - 01-02-2014, 07:51 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 09:47 PM
RE: Bug with CONCAT - Terje Vallestad - 01-02-2014, 11:07 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 11:16 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 11:21 PM
RE: Bug with CONCAT - Terje Vallestad - 01-02-2014, 11:40 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 11:58 PM
RE: Bug with CONCAT - Michael de Estrada - 01-03-2014 12:11 AM
RE: Bug with CONCAT - Helge Gabert - 01-03-2014, 01:19 AM
RE: Bug with CONCAT - Michael de Estrada - 01-03-2014, 01:49 AM
RE: Bug with CONCAT - Helge Gabert - 01-03-2014, 02:03 AM



User(s) browsing this thread: 1 Guest(s)