The script:
Code: Select all
$base = getpathcomponent(<cc_name>, "base");
$lastname = gettoken($base, -1);
return $lastname;Code: Select all
$base = getpathcomponent(<cc_name>, "base");
$lastname = gettoken($base, -1);
return $lastname;Code: Select all
Caption: Calorias *** Porções
type: script
script:
$a = readfile("<cc_item>");
$b = gettoken("$a", 1, "<crlf>") . "*** " . gettoken("$a", 5, "<crlf>");
return "$b";
format: text
item type: files
filter: txtCode: Select all
Snip: CustomColumn 1
XYplorer 13.90.0004, 03.04.2014 12:02:08
Action
ConfigureColumn
Caption
Mod=Create
Type
3
Definition
$mod = property("#3", <cc_item>);
$create = property("#4", <cc_item>);
if ($mod == $create) {
return 1;
}
Format
0
Item Type
0
Item Filter
Code: Select all
Mod=Create:1