Lasso Soft Inc. > Home

[lp_page_isAtEnd]

Linklp_page_isAtEnd
AuthorBil Corry
CategoryUtility
Version8.5.x
LicensePublic Domain
Posted30 Oct 2006
Updated30 Oct 2006
More by this author...

Description

Returns true when called within [define_atEnd].

Sample Usage

if: lp_page_isAtEnd;
'This is being called within define_atend.';
/if;

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.

[

define_tag:'lp_page_isAtEnd',
	-description='Returns true when called within [define_atEnd].';
	
	iterate: $_at_end, local:'item';
		if: #item->refcount == 3;
			return: true;
		/if;
	/iterate;
	return: false;
/define_tag;

]

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft