Hi there… why this code don’t works (this item does not exists - nthfield)?
Xojo 2019 r3…
var a,b as text
b="123/456"
a=b.nthfield("/",1)
Thanks for suggestions…
Hi there… why this code don’t works (this item does not exists - nthfield)?
Xojo 2019 r3…
var a,b as text
b="123/456"
a=b.nthfield("/",1)
Thanks for suggestions…
There is no NthFileld on IOS. Use Split instead.
https://documentation.xojo.com/api/deprecated/text.html#text-split
[quote=467759:@Paul Lefebvre]There is no NthFileld on IOS. Use Split instead.
https://documentation.xojo.com/api/deprecated/text.html#text-split[/quote]
Thanks… Sorry, I’ve missed that