Set reprocess not for script vars?
Posted: 13 Apr 2015 22:07
Just curious why the post-processing available via the set SC is limited to environmental and native XY variables?
Cause it would be nice if script vars had the same love:
Cause it would be nice if script vars had the same love:
Code: Select all
"Test"
$file = 'script.xys';
$path = '<xyscripts>\$file';
set $resolved, $path, 'r';
echo "$path<crlf>$resolved";