tacman1123
21st September 2008, 14:47
Is there a way to programmatically check for what version of AviSynth is running? In particular, now that Max() is a built-in function, I want to make sure to not attempt to redefine it.
Something like
if Version < 2.5.8
import("minmax.avs")
endif
Of course, there is no "if/endif" structure, so this would probably need to be done with some sort of eval() or try/catch structure.
Thx,
Tac
Something like
if Version < 2.5.8
import("minmax.avs")
endif
Of course, there is no "if/endif" structure, so this would probably need to be done with some sort of eval() or try/catch structure.
Thx,
Tac