ct8356

TIAPortal: Define a struct like you can define a type in C#?

2 posts in this topic

For example, I want to have many structs in a data block, that all have the same structure. I can create one, and then copy and paste it. BUT then if I want to change the structure of the struct slightly, updating every struct takes ages! Is there a way to define a struct as a "type", so that each instance of the struct is updated when you update that type? (Like you can do in C# for example.) Thanks!

Share this post


Link to post
Share on other sites
Look at using a user defined data type

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