strings/
mg_strmerge.pro
top source 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: | Tue Jan 25 09:39:25 2011 |
Lines: | 28 |
Docformat: | rst rst |