You are not logged in.
Pages: 1
Just a thought... Could a PascalScript rule be given a parameter input field? I'm thinking that the "statement" field could contain a string which could be read by the script. That would presumable require an additional text box on the script dialog. I was just thinking it would be nice to have a way to cleanly expose variable input parameters for a script. Example I was thinking of was to modify your Hours span script to change file dates by adding or subtracting time...and the input parameter would be the amount of time to add.
Last edited by fjord (2007-01-10 12:17)
Offline
Nice thought!
But I have to say "no". This is the case when "effort" is much bigger than "advantage".
You can define all of your variables at the top of the script as CONST (constants):
const
VARIABLE1 = 'value';
VARIABLE2 = 0;
.....
Offline
Yes, I suspected that idea was probably destined for the circular file.
Offline
Pages: 1