Closed A554551N closed 1 year ago
format_output should:
Considering format support_functions.format_output(format_str|str,header_elements|tuple,returned_list_from_db|tuple)
support_functions.format_output(format_str|str,header_elements|tuple,returned_list_from_db|tuple)
format_str
header_elements
returned_list_from_db
format_output should:
Considering format
support_functions.format_output(format_str|str,header_elements|tuple,returned_list_from_db|tuple)
format_str
is an old style format string ("| ID# | %s | %s)header_elements
are the field names that comprise the headerreturned_list_from_db
is a tuple containing the returned data