well, you need to set the variable "userName" to the start value....please, take a look at my example. Your variable now has an empty string...that is doing that ClearTag removes all.
oh my, you're right. My bad for missing such a simple mistake
Now im trying to create a screen where user is able to update their username or password whichever they desired. The thing here is, unlike previous codes. I could call password using the .GotValue block which then there's the subblock "value" inside it. Also how do i update it? using Storevalue?
Yes, if you use StoreValue with the same tag, it will update its value. Anyway, username cannot.be.modified with the current design, only password.
I see, is there no possible way for the username to be able to be modified?
Well, you could get all the data associated to the username, create a new username with all that data and remove the old one.
Or handle the username like the password and the score (so, username would be othe account parameter) and use other unique identifier like you are using currently the username.
I see, good to know. Thank you for the help , I appreciate the time you have taken to guide me although i am aware the questions i asked are quite basic yet i failed to understand