You can define a structure with required fields like id,name,etc in the structure painter.
Then in code define like (eg.structure name is str_detail)
str_detail ldstr_detail[]
This will create an array of structures.
To access use ldstr_detail[1].id
ldstr_detail[1].name
etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.