Hi, is it possible to obtain only a part from a string? For example:
Thanks
B4X:
Dim s as string
Dim value as int
s="http://hello.com/image1.png"
value= s - "http://hello.com/image.png" (so the end value would be 1)