[QUESTION] data types on "input" cmd
|
12-07-2016, 05:42 PM
(This post was last modified: 12-07-2016 08:15 PM by compsystems.)
Post: #3
|
|||
|
|||
RE: [QUESTION] data types on "input" cmd
Thanks TIM, the output is converted into a string
Thus requires conversion to expression return ([a, b, c]); -> return ([expr(a), expr(b), expr(c)]); or return ({a, b, c}); A help for data types I think initialization variables should also be detected with the data type, in order to load correctly. The following code does not generate error, Type defined LIST, type loaded Matrix, should generate a"Error: Invalid type , a list is expected" PHP Code: export input0() |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[QUESTION] data types on "input" cmd - compsystems - 12-07-2016, 02:43 PM
RE: [QUESTION] data types on "input" cmd - Tim Wessman - 12-07-2016, 05:02 PM
RE: [QUESTION] data types on "input" cmd - compsystems - 12-07-2016 05:42 PM
|
User(s) browsing this thread: 1 Guest(s)