ok,
first of all what it doesand where do i use it? (yes, i've read Web sources framework help, but that was not useful.)
second, i'm writing websource script, and i have 2 unwanted temp tags call "TMP1" and "TMP2".
i use them during script, but in the end i want them removed. is this when should i use killtag? i've tryed
killtag "TMP1"
killtag "TMP2"
but that did not help.
and the last, i've checked other scripts (i.e. discogs) and there are a lot of killtag "*" lines and i can't figure out what do they do.
thanks!