this is what I was trying to do
vc.callAction("Weather.TWN.1","gbxx0037",None)
myLastResult = vc.getObject("LastResult","")
vc.callAction("TTS.SpeakSync", myLastResult, None)
working fine now, thanx for the xplanation.
but why doesn't this work ?
myTime = vc.getObject("ShortTime","")
vc.callAction("TTS.SpeakSync", myTime, None)
I get that ShortTime is not a strObject, so what is the correct format ?