Is there a way to clear whatever you currently have in the say buffer? I'm looping through a series of XML tags and I only want the value from the last one. Here is what I have so far:
Cover URL
do
outputto "coverurl"
findinline ""
findinline ""
sayuntil ""
findinline ""
while ""
Only problem with this is that it keeps appending to coverurl when I'd rather it overwrite instead. I tried killtag "coverurl" inside the url but DO NOT try that, it locks mp3tag completely and you have to kill it from the Task Manager.
I'm sure I'm missing something obvoiusly, any help?