editor icon indicating copy to clipboard operation
editor copied to clipboard

Record Structure Does not Work

Open chris7380 opened this issue 2 years ago • 1 comments

TYPE Person DECLARE FirstName : STRING DECLARE LastName : STRING DECLARE FavFood : STRING DECLARE Age : INTEGER ENDTYPE

DECLARE Persons : ARRAY [1:10] OF Person

This line does not work

image

I know it is not yet implemented in the code.

when it will be implemented.

if you have the code for this part, can you send it.

Thank you!!!!

chris7380 avatar Feb 06 '24 13:02 chris7380

This unlikely to get implemented soon, because it requires quite a big rethink in how the code handles UDTs. At the moment it's quite hacky and won't work with arrays. All the maintainers are also very busy at the moment so can't work on this project right now.

Coding-Cactus avatar Feb 10 '24 17:02 Coding-Cactus