strings/
mg_strunmerge.pro
top source mg_strunmerge
result = mg_strunmerge(s [, /unix] [, /windows])
Splits a scalar string with newline characters into a string array.
Return value
s : in, required, type=string input string
Parameters
- s
Keywords
- unix in optional type=boolean
use just linefeed
- windows in optional type=boolean
use carriage return and linefeed
File attributes
Modification date: | Tue Jan 25 09:39:25 2011 |
Lines: | 20 |
Docformat: | rst rst |