Hi, guys!
I need format a string using a sintax like printf or something equivalent.
In Delphi I used to use Format function like:
How can I do that in Basic4Android? This is good because is easy to pad strings...
I need format a string using a sintax like printf or something equivalent.
In Delphi I used to use Format function like:
B4X:
str = format('%-32.32s | 10.10s |', "Vinicius", "223");
How can I do that in Basic4Android? This is good because is easy to pad strings...