Search Results
Sending Email
Tutorial
See the web tutorial on Sending Email with Lasso for more information on how this is achieved using Lasso.
Further information
More advanced level of settings and methods can be found in the Language Reference section o
Query Expressions
Query expressions allow the elements in arrays and other types of sequences to be easily iterated, filtered, and manipulated using a natural syntax which is reminiscent of SQL.
A query expression can take each element in a seque
Programming Fundamentals
This section provides an overview of Lasso, the programming language which powers Lasso Server. If you are new to programming then you should read this section carefully.
Users who are familiar with other languages can br
Overview
This section includes an introduction to the fundamental concepts and methodology for building and serving data-driven Web sites powered by Lasso 9 Server. Every new user should read through all the chapters in this section.
Introduction
Operators
An operator is a special symbol that, combined with one or more operands, performs an operation using those operands and, generally, produces a value.
Lasso supports the standard arithmetic operators and logical operators as well as num
Literals
A literal is an object directly inserted into code using a "special" syntax. Lasso supports string, boolean, integer, decimal, tag and staticarray literals.
The method for using these literals is straight forward. For example,
Lasso Apps
Lasso Server provides a means for bundling source files, HTML, images and other media types into a single deployable unit called a LassoApp. LassoApps are served over the web using Lasso Server's FastCGI interface. Lasso Server is re
Introduction
This chapter provides an overview of the Lasso 9 documentation, the section outline, and documentation conventions.
Lasso 9 Documentation describes the documentation included with Lasso 9 products.
Lasso 9 Language Guide descr
Error Handling
This chapter provides details about how errors are reported and handled in Lasso 9. Topics include error reporting, custom error pages, error methods and error handling.
Overview
Responding to errors gracefully is the hallmark of