| pe_array_to_string | 
Creates a string representation of an array
void pe_array_to_string (PE_ARRAY array, char buffer[PE_BUFFER_MAX]);
| array | The array object | 
| buffer | The string representation of the object | 
This function creates a string representation of the array object in the format:
ARRAY["name",num_values,<comma-separated list of values>]. 
Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.
None
ARRAY["Coefficients",6,30.0,0.0,0.0,-30.0,2433021.7,194933.5]