Code: Select all
$var = '<xyicons>';
msg $var;
Code: Select all
$var = '<xyicons>';
msg $var;
Code: Select all
$ms = "fff"; echo "now: " . <date hh:nn:ss.$ms>;Code: Select all
$var = '<xyicons>'; msg eval($var);This is how I found this problem. The code was intended to replace copy path with shorter and portable path when I add custom icons like: Downloads|<xyicons>\Essential\arrow-download.ico for Captions.admin wrote: ↑08 Jan 2019 15:24 Damn, I just decided the other way. The correct code for double-resolving should be this:The current behavior is simply wrong.Code: Select all
$var = '<xyicons>'; msg eval($var);![]()
Code: Select all
foreach($var, '<xyicons>|<xyscripts>|<xydata>') {
$path = replace($path, eval($var), $var, 1);
}