Servertec   Constants
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 Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

A constant is a value which can not be changed.

Syntax

    [ Integer | Real | String ]

Notes

    Integer { + | - }[ 0..9 ]...
    Real { + | - }{ 0..9 }....[ 0..9 ]...
    String [ '*...' | "*..." ]

Example

    21
    1.45
    -.3
    "Hello World"
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999