I added that block so im confident that my issue isnt there
also ill add that the issue SEEMS to manifest only after i refresh companion. that is, as I dont close the app, the issue isnt created.
i added a global variable to see what the raw text looks like before and after encoding. it seems full before encoding, but the select list item cant accept it.
global temp is just there to provide a window into the passing of data
it seems to show that the ITEM is an empty string while the length of list is 2
Global temp should update 2 times and the last would be visible after the fact
each of the lists starts with NAME
global nameIndex would become a list of the names only for indexing the dictionaries
while I still need to know how I'm wrecking this particular train, I'm not opposed to starting over with my entire app to apply some better best practices.
I introduced dictionaries as a matter of efficiency, but i think i can probably manage without. either way the above issue will eventually resurface if I don't understand it. I have studied it. I cant see that there is a reason for the issue.
I will add to this that I had an error that dragging could not accept the arguments. I disable the dragging block to debug. I got the same error even though the blocks were disabled. I then deleted and still got error.
after that I haven't been able to get the app to initialize due to this current bug.
I'm thinking I have something hung up having worked with this app through so many revisions