From: J. S. <mud...@go...> - 2006-01-27 13:55:10
|
Hi folks, some questions concerning scripts and time fields: 1. is there a scriptlength limitation ? I am trying to set up an calculated field, which evaluates the diff of two or more time fields. The script seems to expand a "virtual length".... 2. May a calculated field be used as input for another calculated field ? I always receive an error message when i try anything alike. 3. May a script call another script ? 4. Is there any application available (either Win or Unix) which is aware of calculated, duration fields ? My actual approach to calculate the time diff looks like : (? (seq %4 HA)(dur (-(int %2)(int %1)))(dur(- (int %2)(int %1)30))) I would like to expand this calculation ..... but no way...!! Any good ideas ? Btw: i try to use the DB to keep track of my working hours (office/home office ..... break for lunch....) .... Any comment is appreciated !! Juergen |