Hey there,
i was trying to work with the barcodereader but i just keep running into problems.
Basically, all i want to know is how i can process the data from the barcodereader. I managed to show the scanned data in a gallery and in a data table. The barcodereader puts out two informations: Type and Value, referred to witch "barcodereader1.barcodes".
All i want to do is to put these values in an excel sheet. Why is this so hard to do? There are tutorials that say you have to type in "barcodereader1.value and barcodereader1.type, but these dont appear and they dont work!?
Can anyone help? How do i get to the value and type data? All i can refer to is barcodereader1.barcodes, no value and type?