|
Zhiroc Adept
Joined: 04 Feb 2005 Posts: 246
|
Posted: Fri Jan 11, 2008 6:10 am
[2.18] #PCOL doesn't accept the color as a $localvar |
Make a trigger with pattern "foo (bar)" and script
Code: |
$color = "red,hi"
#PCOL $color %x1 |
Exercise it with "#SH foo bar". You'll see the "bar" disappear (but is visible if you select the text).
This doesn't work either:
Code: |
$color = "red,hi"
#PCOL {$color} %x1 |
But this does:
Code: |
$color = "red,hi"
#PCOL %copy($color) %x1 |
|
|
|
|
Zhiroc Adept
Joined: 04 Feb 2005 Posts: 246
|
Posted: Wed Jan 23, 2008 6:44 am |
I hadn't seen an acknowledgment of this one, so I'll bump it... once. Maybe it got lost in the noise :)
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jan 23, 2008 6:03 pm |
Added to bug list.
|
|
|
|
|
|