Gar! I'm angry! Gar!
So, I've been working on a dialog, and I've been adding data to a list box using the "lbSetValue" command (used to set a number for a LB row). Later I retrieve that data with the "lbValue" command, and everything works like it should.
However, now I tried to add in some additional data in the LB using the "lbSetData" command (used to set a string for a LB row), in the exact same manner I was adding the first data. But when I try to get this info back using the "lbData" command, I get an empty string returned!
I'm not getting any error messages anywhere, I'm just not getting my data back. Any ideas what I might be doing wrong? Thanks! :wave: