Posted by RalphLacle on 06/08/06 12:12
Hi,
I hope somebody can explain this to me.
I have a nested array:
Array
(
[AiHist_SelectResult] => Array
(
[clsASCAiHist] => Array
(
[0] => Array
(
[HistID] => 0
[AiID] => 0
[TimestampUTC] => Array
(
[IsNull] => false
[Value] => 632851929000000000
)
[AiValue] => 17.2
)
I only want to print the AiValue
How can i do that?
Navigation:
[Reply to this message]
|