strings/
mg_strmerge.pro
Routines
top mg_strmerge
result = mg_strmerge(s [, /unix] [, /windows])
Merges a string array into a single string separated by carriage return/linefeeds.
Defaults to use just linefeed on UNIX platforms and both carriage returns and linefeeds on Windows platforms unless the UNIX or WINDOWS keywords are set to force a particular separator.
Return value
string
Parameters
- s in required type=strarr
string array to merge
Keywords
- unix in optional type=boolean
use just linefeed
- windows in optional type=boolean
use carriage return and linefeed
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 4 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.