Hi,
I hope somebody can explain this to me.
I have a nested array:
Array
(
[AiHist_SelectRe sult] => Array
(
[clsASCAiHist] => Array
(
[0] => Array
(
[HistID] => 0
[AiID] => 0
[TimestampUTC] => Array
(
[IsNull] => false
[Value] => 632851929000000 000
)
[AiValue] => 17.2
)
I only want to print the AiValue
How can i do that?
I hope somebody can explain this to me.
I have a nested array:
Array
(
[AiHist_SelectRe sult] => Array
(
[clsASCAiHist] => Array
(
[0] => Array
(
[HistID] => 0
[AiID] => 0
[TimestampUTC] => Array
(
[IsNull] => false
[Value] => 632851929000000 000
)
[AiValue] => 17.2
)
I only want to print the AiValue
How can i do that?
Comment