EasyManuals Logo

Omron NS-RUNTIME - SOFTWARE User Manual

Omron NS-RUNTIME - SOFTWARE
157 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #78 background imageLoading...
Page #78 background image
4-5 Macros
4-22
STRLWR(W) Converts a string to lower case
Applicable versions System Version 6.6 or higher
Format
STRLWR(D, S) --- ASCII code
STRLWRW(D, S) --- Unicode
Function Converts upper cases of the string S to lower cases and enter them to D.
Return Value None
Example
STRCPY($W0, "ABC");
STRLWR($W10, $W0); 'Set abc to $W10 to $W11
STRMID(W) Extracts the specified number of characters from a specified character
position of a string
Applicable versions System Version 6.6 or higher
Format
STRMID(D,S,n1,n2)
STRMIDW(D,S,n1,n2)
--- ASCII code
--- Unicode
Function Extracts n2 characters from n1 of a string specified with S. Then store them
in D. (n1: Specify it counting the head of a string as 1.)
Return Value None
Example STRMID($W0,"ABCDEFG",2,3);
'Extracts 3 characters (BCD) from the 2nd of the string. Then store BCD in
$W0 to $W1.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Omron NS-RUNTIME - SOFTWARE and is the answer not in the manual?

Omron NS-RUNTIME - SOFTWARE Specifications

General IconGeneral
BrandOmron
ModelNS-RUNTIME - SOFTWARE
CategorySoftware
LanguageEnglish

Related product manuals