Create two-dimensional Array from string
- From: "pjfalbe@xxxxxxxxx" <pjfalbe@xxxxxxxxx>
- Date: Wed, 2 Apr 2008 10:21:23 -0700 (PDT)
I'm looking for the most efficient way to create a two dimensional
array from strings such as
MULTISET{ROW(1 ,' 3667 ','WARREN ','OH'),ROW(2 ,' 2948
','SHAKER HTS','OH')}
In this case MULTISET is a collection of rows from a DB. What I want
todo is efficiently
transform into a 2-dimensional array, where each row is an array.
And then collect those arrays
into 1 array of arrays. I'm currently doing this but not very
efficiently. Any help would be appreciated.
.
- Follow-Ups:
- Re: Create two-dimensional Array from string
- From: jjcassidy
- Re: Create two-dimensional Array from string
- From: Ted Zlatanov
- Re: Create two-dimensional Array from string
- From: Ben Morrow
- Re: Create two-dimensional Array from string
- From: Sandy
- Re: Create two-dimensional Array from string
- Prev by Date: Re: Download A File
- Next by Date: Re: tricky use of print?
- Previous by thread: How to monitor keyboard inactivity from script
- Next by thread: Re: Create two-dimensional Array from string
- Index(es):
Relevant Pages
|