in reply to Re: Add new data to array
in thread Add new data to array

Its almost like that, I just need all the new data to be in all arrays as well:
{ 'status' => 'Property', 'name' => 'John D', 'Ad1' => '20 SOUTH CENTRAL #B3', 'City' => 'NY', 'zCode' => '0002', 'new_City' => 'BO', 'new_ad1' => '100 main St.', 'new_z_code' => '0007', 'new_name' => 'Mary', }, { 'status' => 'Property', 'name' => 'John V', 'Ad1' => '15 SOUTH CENTRAL #B4', 'City' => 'NY', 'zCode' => '0002', 'new_City' => 'BO', 'new_ad1' => '100 main St.', 'new_z_code' => '0007', 'new_name' => 'Mary' }, { 'new_City' => 'BO', 'status' => 'houses', 'new_ad1' => '100 main St.', 'name' => 'Mary', 'Ad1' => '100 main St.', 'City' => 'BO', 'new_z_code' => '0007', 'new_name' => 'Mary', 'zCode' => '0007' }

Thanks!!!!

Replies are listed 'Best First'.
Re^3: Add new data to array
by AnomalousMonk (Archbishop) on Mar 14, 2020 at 05:53 UTC