You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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!!!!
The text was updated successfully, but these errors were encountered: