Documentation
Getting Started
New Features
Component Guide
Programming
    Language Guide
    Language Ref.
       General Design
       Lexical Structure
       Expressions
       Objects
       Methods
       Classes
       heitml Tags
          ? Tag
          assign Tag
          defautoclose Tag
          break Tag
          callenv Tag
          dbdatabase Tag
          dbquery Tag
          dbupdate Tag
          def Tag
          defclass Tag
          defbody Tag
          defenv Tag
          defhtml Tag
          defwysiwyg Tag
          for Tag
          forin Tag
          forsep Tag
          if Tag
          elsif Tag
          else Tag
          include Tag
          includeonce Tag
          inherit Tag
          let Tag
          mail Tag
          return Tag
          shell Tag
          while Tag
          writefile Tag
          \ Tag
       heitml Functions
       Database Access
       Global Variables
       Form Fields
       Server Variables
       Sessions
       heitml Syntax
    Component Ref.
    Class Library
    User Components
    Tryout Form
    Tutorial
    heitml 1
User Guide
Registration
Frame
    

let Tag

Format: <let Expression>

Purpose: In the above form the Expression parameter is evaluated and the result is discarded. Normally, the Expression parameter uses the assignment operator = to perform an assignment that saves the result (e.g. <let a = a + 1>).

When used after a semicolon the keyword let can be omitted.
(e.g. <while x < 10; x = x + 1; /while>)

Note: The let Tag is Case Sensitive, which means heitml will not recognize it if you use capital letters (e.g. <LET Expression>).

This page was dynamically generated by heitml
© 1996-2009 H.E.I. All Rights Reserved