|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Sat Apr 30, 2011 9:54 pm
:redirect: |
Code: |
<menu priority="2090" id="209">
<caption>look</caption>
<value>:%item(%names, 1):look %selword</value>
</menu> |
for some reason it has trouble expanding any value between the :
I can force it with #EXEC, but isn't excessive use of it supposed to be bad? |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon May 02, 2011 3:51 pm |
The : syntax just uses #EXEC anyway, so you should use that. Actually you should use #EXECWIN. The : syntax is intended for the command line and not within other scripts and it does not expand functions within the ::.
|
|
|
|
|
|