Servertec Data Types
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Wrappers
Server Side
Preprocessor
Executable
Make
Samples
Legal
Feedback

 


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

Syntax

Integer A whole number.
Null Unknown value.
Object A referance 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-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998