Sign in to follow this  
Followers 0
werder85

Arrays in Step 7 Manager

3 posts in this topic

How can I declare an array of real variables in the symbol table? If I just write ARRAY[1..10] of REAL, it says that it's an invalid data type. Thanks.

Share this post


Link to post
Share on other sites
not sure if you can unless it's first defined in DB for example (and then link symbol with address in DB)

Share this post


Link to post
Share on other sites
The Symbol table only contain the names of the DBs, i.e. DB2 = "MyDB" What is inside the DB is declared in the declaration of the DB.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0