Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record Structure Does not Work #33

Open
chris7380 opened this issue Feb 6, 2024 · 1 comment
Open

Record Structure Does not Work #33

chris7380 opened this issue Feb 6, 2024 · 1 comment

Comments

@chris7380
Copy link

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!!!!

@Coding-Cactus
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants