String.remove; String.delete - Siemens SINUMERIK 828D Commissioning Manual

Turning and milling, valid for cnc software version 4.5
Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Easy Extend
8.8 String functions
8.8.8

string.remove

Description
The function deletes all the substrings found.
Programming
Designation:
Syntax:
Parameters:
Example
<let name="index">0</let>
<let name="str1" type="string">A brown bear hunts a brown dog. </let>
<function name="string.remove" > str1, _T"a brown dog" </function>
; Result: str1="A brown bear hunts ."
8.8.9

string.delete

Description
The function deletes the defined number of characters starting from the start position
specified.
Programming
Designation:
Syntax:
Parameters:
242
string.remove
<function name="string.remove" > string, remove string </function>
string
String
remove string
Substring to be deleted
string.delete
function name="string.delete"> string, start index , nCount </function>
string
String
start index
Start index
nCount
Number of characters
Commissioning Manual, 02/2012, 6FC5397-3DP40-3BA0
Turning and Milling

Advertisement

Table of Contents
loading

Table of Contents