iOS Question Where can I find stringfunction library for IOS

davepamn

Active Member
Licensed User
Longtime User
Dim sf As StringFunctions

I need to use the stringsfunctions trim function
 

davepamn

Active Member
Licensed User
Longtime User
can I use the B4A stringsfunction library in IOS without any code conversion

StringsFunction.jar
StringsFunction.xml

Does b4i have the equivalent function to sf.trim
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
Can I use the B4A stringsfunction library in IOs
like: sf.Split

like:sf.mid
like sf.Val
will this be converted so the programming (alot of it) can be moved over?
 
Upvote 0
Top