_strip_and_combine ( line_list )
Combine multiple lines of content separated by spaces.
This function is used by the EventGenerator callback function to
combine multiple lines of information. The lines are first
stripped to remove whitepsace, and then combined so they are separated
by a space. This is a simple minded way to combine lines, but should
work for most cases.
|