Omron CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 Reference Manual page 108

Script language
Table of Contents

Advertisement

OMRON
Remarks
Argument
textpoint
noofchars
lefttext
Typical Example
textpoint = "abcdefgh"
lefttext = Left(textpoint,3)
The text point 'lefttext' contains the string 'abc'.
Message
Syntax
Message("message")
Remarks
Argument
message
Typical Example
Message("this is a message")
The message 'this is a message' is displayed in a Message Box.
Mid
Syntax
midtext = Mid(textpoint,offset,noofchars)
Remarks
Argument
textpoint
offset
noofchars
midtext
Revision 2.0
Type
text
The text point containing the string that is to be manipulated.
integer
The number of characters to extract from the start of the string.
text
Text point containing the specified range of characters.
Type
string
Contains the text string that is displayed in the message box.
Type
text
The text point containing the string that is to be manipulated.
integer
The zero based index of the first character in the string that is to
be included in the extract.
integer
The number of characters to extract from the string.
text
Text point containing the specified range of characters.
CHAPTER 6 – Functions and Methods
Description
Description
Description
Page 95

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Cx-supervisor 2.0

Table of Contents