$list_CEA_script = CEA(1,_-2); // load "Session Manager";So, the new get function would be:
$list_CEA_script = get("quoted", $list_CEA_script); // resulting in Session Manager with no quotesIt would be easier than using trim and un-quoting here. Though there are numerous ways to accomplish this (e.g., gettoken, regex, etc)
$list_CEA_script = quote(trim($list_CEA_script,"load ;"),1);
XYplorer Beta Club