i am not sure if it is a bug what it seem like the trim function in b4i is not working
code:
log:
the space should be removed when i call .trim, or am i wrong?
code:
B4X:
Dim test1 As String = "ilan 123"
Log(test1.Trim)
log:
ilan 123
the space should be removed when i call .trim, or am i wrong?