idllib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

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: Mon Nov 29 18:32:28 2010
Lines: 28
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.