Hello, im having problems with removing this object,
Dim aw As ICOSWorldForecast
aw.Initialize("aw")
aw.ApiKey="XXXXXXXXXXXXXXXXXXXXX"
aw.CityName = ctyn
File.WriteString(File.DirInternal,"Weather",StringWithWeatherInfo)
aw = null
i was told i can use " aw = null " to remove from memory
but doesnt seem to work in service module
everything else works except removing it
maybe someone can tell me correct way to remove completly
thanks.:sign0085:
Dim aw As ICOSWorldForecast
aw.Initialize("aw")
aw.ApiKey="XXXXXXXXXXXXXXXXXXXXX"
aw.CityName = ctyn
File.WriteString(File.DirInternal,"Weather",StringWithWeatherInfo)
aw = null
i was told i can use " aw = null " to remove from memory
but doesnt seem to work in service module
everything else works except removing it
maybe someone can tell me correct way to remove completly
thanks.:sign0085: