[lp_protect_break]

Description

Link: [lp_protect_break]
Author: Bil Corry
Category: Error
Version: 8.x
License: Public Domain
Posted: Dec. 03, 2005
Updated: Jan. 01, 0001
More by this author...
Allows you to skip a section of code, just place [protect] around the part to skip over and call this tag.

Parameters

none


Sample Usage

[protect]
[loop: 10]
	[if: loop_count == 5]
		[lp_protect_break]
	[/if]
	[loop_count]
[/loop]
	Shouldn't get here.
[/protect]
<br>
Should get here.<br>
[error_currenterror]
						

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
1
2
3
4
5
6
7
8
9
[

define_tag:'lp_protect_break',
	-description='Allows you to skip a section of code, just place [protect] around the part to skip over.',
	-priority='replace';
	fail: (error_noerror: -errorcode), error_noerror;
/define_tag;

]

 

Related Tags



Comments

none

Email:


Password:



Newest

Most Popular