make_filename: Makes a filename from a list of strings, separated by "_"
Description
Makes a filename from a list of strings, separated by "_"
Usage
make_filename(string_list)
Arguments
string_list
List of text elements to combine
Value
Combined list as a string separated by "_"