When you add a B4XPage to "the project":
the page ID is automatically converted to lower case and saved. I don't like this (and I had problems as I had stored these IDs in my map - for... "personal" reasons ?).
[Before anyone replies that I can use the ToLowerCase and/or ToUpperCase methods... know that I know ?]
B4X:
B4XPages.AddPage("PageOne", PageOne)
[Before anyone replies that I can use the ToLowerCase and/or ToUpperCase methods... know that I know ?]