Post Reply 
EXPORT command inconsistancies?
03-27-2017, 07:03 AM
Post: #4
RE: EXPORT command inconsistancies?
(03-27-2017 06:56 AM)retoa Wrote:  Can you explain better what you mean?

I tried to remove the EXPORT command I have in a solve application with custom variable names but it gives a syntax error.
I also tried to change it to LOCAL, it does not give error during check but gives syntax errors in the symbolic view.

Both errors are right, the Prime behaves correctly in this case.

Can you post an example where it behaves different?

I think Bob was referring to (sub)programs, not variables. The syntax errors in the symbolic view are due to the fact that local (i.e. non-exported) variables are not visible to anything outside the scope of either the (sub)program that defined them, or the source file in which they were declared.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: EXPORT command inconsistancies? - Han - 03-27-2017, 06:56 AM
RE: EXPORT command inconsistancies? - Han - 03-27-2017 07:03 AM



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