in reply to Re: Deconstructed array won't return scalar value if integer?
in thread Deconstructed array won't return scalar value if integer?
Like I said before - 546's content will return English, while 016 will return an uninitialized value'016' => { 'ind1' => ' ', 'ind2' => ' ', 'subfield' => { 'a' => { 'content' => '2009600369' } } }, '546' => { 'ind1' => ' ', 'ind2' => ' ', 'subfield' => { 'a' => { 'content' => 'English' } } },
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Deconstructed array won't return scalar value if integer?
by toolic (Bishop) on Nov 29, 2007 at 18:35 UTC | |
by rkmase (Novice) on Nov 29, 2007 at 18:40 UTC | |
by FunkyMonk (Bishop) on Nov 29, 2007 at 22:36 UTC |