Hello folks!
I am trying to make something perhaps kind of odd for Construct - an inventory system, but not for a game, as in real life barcode scanning inventory haha.
I have written a nice code for this in Excel and it works well, but I want to see if I can do something similar in Construct so I can have a better look than Excel (more visual customization).
So far I have a text box tied to an array that then automatically exports to a CSV.
What I am looking to do is have another text box next to the barcode textbox and have it keep count of how many lines have been scanned in (to give a total item count).
I have ideas using variables and comparing the array height, but cannot seem to wrap my head around it.
Any thoughts?
Thank you!