Servertec   Data Types
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

 

iScript for the most part is typeless, data is automatically converted to.

Syntax

    [ Integer | Null | Object | Real | String ]

Notes

    Integer A whole number.
    Null Unknown value.
    Object A reference to an object.
    Real A real number.
    String Variable length text.

Example

    age = 21
    price = 1.45
    msg = "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