I don't know what this warning means

Hello, I was coding a project on app lab and I got a warning to one of my lines of code and it said “Read Only”. What does this mean? Here is the code with the error:
name = getText(“changeusername”);

Hi Aiden,

I wonder if you could change your variable name “name” to something more descriptive. I wonder if AppLab doesn’t like that variable name as it may be used elsewhere in AppLab. If that doesn’t work, the best way for those in the forum to help is if you click SHARE on your project and post that link so we can take a more detailed look.

Michelle

1 Like

Thank you, I will look in to it