How to pass a variable from a embedded applescript to Hazel

Hi,
can anyone please explain me how i can pass a variable from an embedded applescript to Hazel!?
From Hazel to Applescript i use
which works perfect.
But from Applescript to Hazel i tried the following ones
Surely i add the name of the custom Attribute this script exports, but nothing works.
Can anyone please give me an advice.
Thanx in advance.
Thomas
can anyone please explain me how i can pass a variable from an embedded applescript to Hazel!?
From Hazel to Applescript i use
- Code: Select all
set theDate to item 1 of inputAttributes
which works perfect.
But from Applescript to Hazel i tried the following ones
- Code: Select all
set outputAttributes to {"02.02.2000"}
set customAttributes to {"02.02.2000"}
set hazelOutputAttributes to {"02.02.2000"}
set hazelCustomAttributes to {"02.02.2000"}
Surely i add the name of the custom Attribute this script exports, but nothing works.
Can anyone please give me an advice.
Thanx in advance.
Thomas