StringRequest with empty string makes text space very small
Posted: Mon Feb 12, 2024 1:26 pm
When using StringRequest() with empty body$ part, it makes the stringrequest text space so small you cant read what you are typing:
Change to:
And it works as its supposed to.
Windows 11 Hollywood 9.1
Code: Select all
StringRequest("Test", "")Code: Select all
StringRequest("Test", "t")Windows 11 Hollywood 9.1