Jscript Features - Omron CX-Supervisor Reference Manual

Script language reference
Hide thumbs Also See for CX-Supervisor:
Table of Contents

Advertisement

This appendix provides a summary of JScript features available for use with
the ExecuteJScript and ExecuteJScriptFile script functions. These features
are provided by the Windows Scripting Host, included by default with Windows
98, Windows ME, Windows 2000 and Windows XP and installed by Internet
Explorer 4.0 and later. For Windows 95 and Windows NT, the Windows
Scripting Host is available as a free download from Microsoft's Web site.
For details of the latest versions and support contact Microsoft at http://
msdn.microsoft.com/scripting
Category
Keyword / Feature
Array Handing
Array
join, length, reverse, sort
Assignments
Assign (=)
Compound Assign (OP=)
Booleans
Boolean
Comments
/*...*/ or //
Constants / Literals NaN
null
true, false
Infinity
undefined
Control flow
break
continue
for
for..in
if...else
return
while
Dates and Time
Date
getDate, getDay, getFullYear, getHours,
getMilliseconds, getMinutes, getMonth, getSeconds,
getTime, getTimezoneOffset, getYear,
getUTCDate, getUTCDay, getUTCFullYear,
getUTCHours, getUTCMilliseconds, getUTCMinutes,
getUTCMonth, getUTCSeconds,
setDate, setFullYear, setHours, setMilliseconds,
setMinutes, setMonth, setSeconds, setTime, setYear,
setUTCDate, setUTCFullYear, setUTCHours,
setUTCmillisecinds, setUTCMinutes, setUTCMonth,
setUTCSeconds,
toGMTString, toLocaleString, toUTCString, parse, UTC
Declarations
function
new
this
var
with
Function Creation
Function
arguments, length
Appendix C JScript Features
Appendix C

JScript Features

141

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cx-supervisor 3.1

Table of Contents