The issue is if the query is a One character string then my “Showing Results for [query here]” TextLabel always “Showing Results for [nothing]” when I set TextLabel's Text
There isn’t or I couldn’t find any documentation about this issue or a Devforum post. I also tried printing query but it printed “[nothing]”
Script:
print(query)
SearchPage.TextLabel.Text = "Showing results for " .. query
Output:
I assume that this is how Lua deals with One Character Strings. So, if there is any other way of doing this. It would be Helpful