How to escape %c

Posted by Ceebee on Thu 06 Mar 2025 02:24 PM — 1 posts, 3,236 views.

#0
I want to make an alias "setprompt" to do:
Send("prompt %carr %chan ...")
It doesn't work for anything that starts with %c because the %c gets expanded to the last thing copied so it sends this:
"prompt setpromptarr setprompthan"
instead of what I want it to do.

(Figured it out. I just had to put another % in front of the %c)