Script to remove tags by inputselect

Discuss and share scripts and script files...
kiwichick
Posts: 675
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Re: Script to remove tags by inputselect

Post by kiwichick »

highend wrote:Which is a completely different issue than your last post.
That's because the 'completely different issue' didn't exist before. It was caused by the new piece of code. But thanks for the updated code (although I'm not sure we're on the same wavelength anymore) :biggrin: I'll check it out.
Windows 10 Pro 22H2

kiwichick
Posts: 675
Joined: 08 Aug 2012 04:14
Location: Windows 10 Pro 22H2, 150% scaling

Re: Script to remove tags by inputselect

Post by kiwichick »

The mighty highend does it again :appl: :appl: :appl: :appl: :appl: That's fabulous, thanks heaps!!!
Windows 10 Pro 22H2

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Script to remove tags by inputselect

Post by LittleBiG »

I think if you insert this line before the last, the script won't give any error message.

Code: Select all

$a = replace($a,"|",", ");

Post Reply