REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Converts standard string terminators to current OS format, e.g. LF to CRLF. (Modifies)
Arguments:
series [any-string! block!]
See also:
Basic example:
enline "a^/b"
"a^/M^/b"
To convert from any string termination format to, use enline after the deline function:
enline deline "a^Mb"
"a^/M^/b"
See deline for more information about string termination formats.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |