MGunit documentation

Unit testing for IDL

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

dist_tools/strings/

mg_strmerge.pro


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: Tue Jan 25 13:24:53 2011
Lines: 28
Docformat: rst rst