05.10.2015, 11:28
You must use square brackets when accessing numeric indexes, try this:
Code:
log(data.forecast.simpleforecast.forecastday[1].period)
How to refer directly to the cell of the table with a name "1"?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to refer directly to the cell of the table with a name "1"? - by buuuudzik - 05.10.2015, 10:39
RE: How to make a connection and download weather data from wunderground - by admin - 05.10.2015, 11:28
RE: How to make a connection and download weather data from wunderground - by buuuudzik - 05.10.2015, 11:41
|