Servertec isString( )
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Config
Context
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
defined( )
equals( )
forName( )
getClass( )
getName( )
hashCode( )
instanceOf( )
isDate( )
isDouble( )
isInstance( )
isInteger( )
isLong( )
isNull( )
isObject( )
isString( )
newInstance( )
Object( )
toString( )
undefine( )

Properties
Random
Request
RequestDispatcher
Response
Session
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Pages
Preprocessor
Executable

Return

 


Returns whether the specified value is a string.

Syntax

    isString( object )
    object.isString( )

Parameters

    object the object to check.

Returns

    boolean true if object is an instance of a string.
    false if object is not an instance of a string.

Example

    if isString( obj ) then
        println( "is instance of a string" )
    end
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:25 EDT 2005