Cfscript equivalent for cfexit?

Is there a way to stop processing of a template within cfscript or is
the only way to do this?

exit; ?

Mark Drew

CMD
develop • deploy • deliver
http://cmdhq.io+44 7971 852296> On Dec 19, 2016, at 4:35 PM, Travis Peters <@Travis_Peters> wrote:

Is there a way to stop processing of a template within cfscript or is the only way to do this?

–
You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com
.
To post to this group, send email to lucee@googlegroups.com
.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/389ef193-282e-4f83-a71c-7336af35106b%40googlegroups.com
.
For more options, visit https://groups.google.com/d/optout
.

That did it. Not sure why I thought that was a function. It’s been a while.

Travis PetersOn Dec 19, 2016 10:43 AM, “Julian Halliwell” <@Julian_Halliwell> wrote:

is specifically for custom tags. To stop processing a
template, I’d just use

abort;

On 19 December 2016 at 16:35, Travis Peters <@Travis_Peters> wrote:

Is there a way to stop processing of a template within cfscript or is
the only way to do this?

–
You received this message because you are subscribed to a topic in the
Google Groups “Lucee” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/lucee/phL7tKrnaRc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/lucee/CAC_5VorTqkP2NMGmd5GnOnronWCA1u6icLct5Gs0Nn7OtQPPLA%40mail.
gmail.com.
For more options, visit https://groups.google.com/d/optout.

is specifically for custom tags. To stop processing a
template, I’d just use

abort;On 19 December 2016 at 16:35, Travis Peters <@Travis_Peters> wrote:

Is there a way to stop processing of a template within cfscript or is
the only way to do this?

1 Like