Suggestion for EXECON.
|
12-15-2014, 10:09 AM
Post: #6
|
|||
|
|||
RE: Sugdestion for EXECON.
Hello,
> l1:={1,2,3}; l2:={a,5,6}; EXECON("&1-&2",l1,l2) -> "Error:Syntax Error". how did you get 'a' in l1? as a mater of fact, what is l1? Are you working with user defined Home variables or program local or global variables? These are important point of data to find what is happening... What is sure is that execon will generate a series of strings with the proper data in it. Once it gets to "1-a", it seems that it can not parse it properly and errs on it... it might not be due to symbolic, it might be due to the fact that execon is not aware of the existence of a in this case... This is what I Am trying to assert... Cyrille |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)