Re: Remove Padding of Concatenating Inputs in build array function?
by Ben <x@[EMAIL PROTECTED]
>
May 12, 2008 at 12:10 PM
An array of strings will allow different length strings.
Generally when I am faced with a 2-d structure and the "recatangular" req
of the 2-d array hurts, I'll try to restructure the data as an array of
clusters and within the clusters, I can can place 1-d arrays.
I have absolutely no idea if that helps,
Ben