Having problems getting the value 90000 from the array below. Shouldn't it just be below with php:
array["#SALDO"]["1220"]["#UB"]["-1"]
Or are numbers in keys not possible?
array (
[#SALDO] => Array
(
[1220] => Array
(
[#UB] => Array
(
[-1] => 90000.00
[0] => 10000.00
)
)
[1229] => Array
(
[#UB] => Array
(
[-1] => -20000
[0] => -18000
)
)
)