![](templates/Classic/images/spacer.gif) |
shalimar GURU
![](images/avatars/114658559147aeed8fee539.gif)
Joined: 04 Aug 2002 Posts: 4717 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 |
|
|
![](templates/Classic/images/spacer.gif) |
Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
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 ::.
|
|
|
![](templates/Classic/images/spacer.gif) |
|
|