TXTMERCON Name
TXTMERCON Purpose
Merge continued lines in a text array.
Category
Calling Sequence
out = txtmercon(in) Inputs
in = Array of text to process. in
Keyword Parameters
Keywords
CHAR=chr Continuation character (def='$').
Any lines in the input array that end with chr
will be merged with the following line.
Multiple line continuations are allowed.
Outputs
out = Returned array of processed text. out
Common Blocks
Notes
Modification History
R. Sterner, 2006 Dec 05
Copyright (C) 2006, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.