Hi iOS EndOfLine how i do it

Hi
How i do EndOfLine in iOS ?

i try str(13) but no works

https://forum.xojo.com/23175-endofline-equivalent-in-ios/0

Text.EndOfLine should do it.

Hi Greg
Var ss AS TEXT

ss.EndOfLine << error have is Type “Text” has no member named “EndOfLine”

Text.EndOfLine is the end of line character

e.g.
Var eol as Text = Text.EndOfLine

ok
thanks