Lasso Soft Inc. > Home

[lp_error_clearError]

Linklp_error_clearError
AuthorBil Corry
CategoryError
Version8.5.x
LicensePublic Domain
Posted03 Dec 2005
Updated30 Oct 2006
More by this author...

Description

Resets error_currenterror to noerror.

Sample Usage

 error_seterrorcode: -123;
 error_seterrormessage: 'A bad error';
 
 error_currenterror;
 ' ';
 error_currenterror: -errorcode;
 '
'; lp_error_clearError; error_currenterror; ' '; error_currenterror: -errorcode;

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_error_clearError',
	-description='Resets error_currenterror to noerror.',
	-priority='replace';
	 error_code = (error_noerror: -errorcode);
	 error_msg = error_noerror;
/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