text/
vis_strunmerge.pro
top vis_strunmerge
result = vis_strunmerge(s [, /unix] [, /windows])
Splits a scalar string with newline characters into a string array.
Return value
strarr
Parameters
- s in required type=string
input string
Keywords
- unix in optional type=boolean
use just linefeed
- windows in optional type=boolean
use carriage return and linefeed
File attributes
Modification date: | Mon Nov 29 18:32:37 2010 |
Lines: | 23 |
Docformat: | rst rst |