Search results

  1. S

    how to loop through an array of structs

    Hi all, I have an itemData struct that holds item id and other information. I was wondering what the proper way to loop through an add an item to the end of it would be? My struct looks like: struct itemData integer itemCode string name endstruct I am initializing it in...
Top