String Array C#
Hello,
I am trying to make my own StringArray class in C# using the examples provided from the PLCnextCSharp examples but I cannot get it right.
Could you please provide me with a sample of StringArray class which I can use between the PLCnext and my C# Program?
Comments
The attached file contains the source code for a C# FB based on the User Array example, but with an array of STRING's (i.e. max 80 characters) instead of DINT's.
The FB takes an array of 20 STRING's as an Input and returns the first element of the array as an Output.