4
Using
Tool
FZ4 User's Manual
Using Custom Command
241
Return Value
The character string taken out.
Description
Fetches the <No. of Characters> from within the <Character String> starting from the specified <Starting
Position>.
Specify the range of the <No. of Characters> of the character string from 1 from the extraction starting
position.
The value of the <Starting Position> and the <No. of Characters> must be 1 or more.
The value of the <Starting Position> must be less than the length of the <Character String>.
Specify the number of characters to extract from the character string in <No.of Characters>.
When the <No. of Characters> is greater than the <No. of Characters> to the right of the <Starting
Position>, the entire character string to the right of <Starting Position> is extracted.
Example
INPUTSTR$="ABCDEFG"
OUTPUTSTR1$=Mid$(INPUTSTR$, 2, 4)
OUTPUTSTR2$=Mid$(INPUTSTR$, 3, 8)
The result is as follows:
OUTPUTSTR1$="BCDE"
OUTPUTSTR2$="CDEFG"
Creates a directory in the Memory Card.
Mkdir <Directory Path Name>
Parameters
<Directory Path Name>
The path of the directory to be created (character string).
Return Value
None.
Description
Always specify an absolute path with the drive name included for the <Directory Path Name>.
A directory will not be created in the cases stated below.
The specified directory already exists.
No Memory Card has been attached.
There is insufficient memory on the Memory Card.
Example
Create the "IMAGE2" directory below the root of Drive C.
Mkdir "C:\IMAGE2"
Acesst 1.0 6251194
Summary of Contents for FZ4 Series
Page 1: ...User s Manual Cat No Z318 E1 02B Vision Sensor FZ4 Series...
Page 38: ...1 Before Operation 36 Setting Operation Mode FZ4 User s Manual 1 CPU 2 CPUs FZ4 11 H11 only...
Page 330: ...4 Using Tool 328 Remotely Operating the Controller Remote Operation FZ4 User s Manual...
Page 566: ......
Page 648: ...8 Appendixes 646 Manual Revision History FZ4 User s Manual...
Page 654: ...652 FZ4 User s Manual...
Page 655: ......