The function of numberFormat is to convert a value into an easily readable (for users) string. If you just want to turn the integer into a string you don't need to do anything. So
B4X:
Dim myString As String
Dim valeur As Int
valeur = 1234 -> Valeur = 1234
myString = valeur -> myString = "1234"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.