PDA

View Full Version : end command not working?


raymod2
2nd January 2006, 06:22
The "end" command, as documented below, doesn't seem to work for me. I get the error "Avisynth open failure: I don't know what "end" means".

http://www.avisynth.org/ScriptGrammar

esby
2nd January 2006, 09:04
Well there is no end statement in avisynth.
the first return encountered will stop the parser actually.
I guess the meaning was that you can end the file and save it.
Wilbert will probably fix that.

esby

stickboy
2nd January 2006, 10:02
At one point, it probably existed; it's mentioned in passing in BenRG's original AviSynth documentation, which is what the wiki page is derived from.

Its existence is pretty pointless though.

Wilbert
2nd January 2006, 15:41
Fixed documentation :)