Servertec Variables
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Servlet
Server Pages
Preprocessor
Executable
Samples
Legal
Contact Us

 

A value which represents some constant.

Syntax

    [ A..Z | a..z | _@$ ]{ A..Z | a..z | _@$ | 0..9 }...

Notes

The following variables have been predefined:
    true set to boolean true.
    false set to boolean false.
    null not set or undefined.

Example

    i
    currentDate
    temp_counter_2
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:08 EDT 2005