pe_array_to_string

Creates a string representation of an array

Usage syntax

void pe_array_to_string (PE_ARRAY array, char buffer[PE_BUFFER_MAX]);

Parameters
array The array object
buffer The string representation of the object
Description

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.

Returns

None

Examples

ARRAY["Coefficients",6,30.0,0.0,0.0,-30.0,2433021.7,194933.5]