Lasso Soft Inc. > Home

[ErrorTrack]

LinkErrorTrack
AuthorMiles Xx
CategoryError
Version8.x
LicensePublic Domain
Posted27 May 2008
Updated27 May 2008
More by this author...

Description

This tag takes three commonly used tags and combines them into one error tracking tool. It has 7 different outputs: 1.) passed parameters and values. 2.) errors only. 3.) found count. 4.) 2 + 3. 5.) 1 + 2. 6.) 1 + 3. 7.) All 3.

Sample Usage

x_errortrack: -type=X, where X is a numeric value 1 to 7.

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.

params: ' + action_params + '

'; case: '2'; #code='error: ' + error_currenterror + '

' ; case: '3'; #code='found count: ' +found_count '

'; case: '4'; #code='error: ' + error_currenterror + '

' + 'found count: ' +found_count '

'; case: '5'; #code='params: ' + action_params + '

' + 'error: ' + error_currenterror + '

'; case; '6'; #code='params: ' + action_params + '

' + 'found count: ' + found_count '

'; case; '7'; #code='params: ' + action_params + '

' + 'error: ' + error_currenterror + '

' + 'found count: ' + found_count '

'; /select; return: @#code; // returns the string encoded properly. /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