Click and Search - Content of files?
Posted: 19 May 2014 11:25
The items inside a click and search category support scripting. How do we return what's gotten by e.g.:
to use it in the click and search?
E.g. I checkmark an item called "BAT", which just uses the simple pattern "*.bat" and then I set the checkmark on the item "Content" (with the "script" inside it).
Not possible, or?
Code: Select all
$a = input("What are you searching for?", , , , , 400, 200);
return $a;E.g. I checkmark an item called "BAT", which just uses the simple pattern "*.bat" and then I set the checkmark on the item "Content" (with the "script" inside it).
Not possible, or?