Quote:
Originally Posted by capink
I don't know what I am doing wrong?
|
Your template "program: globals(path_to_file)" didn't do anything with the variable it set. Try "program: globals(path_to_file); path_to_file", which will return the value of the variable (I hope).
EDIT: I suppose I could have "globals" return the last variable it set instead of the empty string but I am not convinced that is a good idea.