Wish [B4XPages] do not convert page ID to lower case.

LucaMs

Expert
Licensed User
Longtime User
When you add a B4XPage to "the project":
B4X:
    B4XPages.AddPage("PageOne", PageOne)
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 😁]
 
Top