Windows Language Codes - Symantec WISESCRIPT PACKAGE EDITOR 7.0 SP2 - FOR WISE INSTALLATION STUDIO V1.0 Installation Manual

Hide thumbs Also See for WISESCRIPT PACKAGE EDITOR 7.0 SP2 - FOR WISE INSTALLATION STUDIO V1.0:
Table of Contents

Advertisement

Windows Language Codes

WiseScript Package Editor Reference
Before$(str1,str2)
After$(str1,str2)
Len(str)
Lcase$(str)
Ucase$(str)
Ltrim$(str)
Rtrim$(str)
Logical Operators
Logical
Example
Operator
And
A And B
Or
A Or B
Not
A Not B
>
X>Y
<
X<Y
>=
X>=Y
<=
X<=Y
=
X=Y
<>
X<>Y
WiseScript Package Editor only
For additional language codes, search for "Language Code and Scripts" in the MSDN
Library (msdn.microsoft.com/library).
Language
Belgian (Flemish)
Czech
Danish
Returns the portion of a string (str1) before the indicated
substring (str2). Example: Before$("windows","d") returns
"win."
Returns the portion of a string (str1) after the indicated
substring (str2). Example: After$("windows","d") returns
"ows."
Returns the length of a given string. Do not include the $
character because this operator does not return a string.
Converts all characters in a string to lowercase.
Converts all characters in a string to uppercase.
Deletes all leading spaces.
Deletes all trailing spaces.
Description
True only if expression A and B are both true
True if either expression, A or B, is true, or if both A and
B are true
True only if one expression is true. Example: A but not B
True if expression X is numerically greater than Y
True if expression X is numerically less than Y
True if expression X is numerically greater than or equal
to Y
True if expression X is numerically less than or equal to
Y
True if expression X is numerically equal to Y
True if expression X is not numerically equal to Y
Code
NLB
CSY
DAN
Quick Reference
Script
Latin 1
Latin 2
Latin 1
166

Advertisement

Table of Contents
loading

This manual is also suitable for:

Wisescript package editor 7.0 sp2

Table of Contents