I'm finally getting back into toying around with this and I was wondering how easy it would be to replace text in my variables.
I have something like:
Get weather command
Results.storelast into {weather}
TTS. Speak {weather}
But in the "
" I'd like to replace some text
(for example instead of saying "ten degrees see(C)" I'd rather it be "centigrade" or something.
And instead of saying "Wine-d ess double-you (Wind SW), maybe something as ambitious as "A south-westernly wind"(Note said "win'd" not "wine-d"))
I can figure out the logic fine I'm sure, I'm just not sure how to replace text within my variables properly, your help would be much appreciated.