text/
vis_strmerge.pro
top vis_strmerge
result = vis_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:37 2010 |
Lines: | 28 |
Docformat: | rst rst |