Posted by member 7223 on 2004-06-28 08:02:14 link
Some < and > had been removed from the code while posting. Then,
should be replace by:
So, you were right as well as I was :)
Of course, the above code have been fixed.
Thank you for pointing this out.
One last word: in the line
there's a " " between the first "<" and "i" that should be remove. I can't edit this here...
*script gotoif ("%{vwm_popupbuild}" ".none") vwm_popupc1
should be replace by:
*script gotoif ("%{vwm_popupbuild}" <> ".none") vwm_popupc1
So, you were right as well as I was :)
Of course, the above code have been fixed.
Thank you for pointing this out.
One last word: in the line
*script exec !ifexist ext_tooltipx !varset ext_tooltipx "\nalpha: < i> %{ext_tooltipx} </i>"
there's a " " between the first "<" and "i" that should be remove. I can't edit this here...