Link | ErrorTrack |
Author | Miles Xx |
Category | Error |
Version | 8.x |
License | Public Domain |
Posted | 27 May 2008 |
Updated | 27 May 2008 |
More by this author... |
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.
x_errortrack: -type=X, where X is a numeric value 1 to 7.
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; ?>
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft