DeleteText('Text','StartPos','Lenght=100000')
Arguments
|
'Text' |
Text signal or "text" where characters should be deleted |
|
|
'StartPos' |
Analog signal or number; specifies the start position for the deletion in the text. Counting starts at zero (0 = 1st character). |
|
|
'Length' |
Analog signal or number; specifies the number of characters to be deleted. Default=100000 |
|
Description
This function deletes 'Length' characters from a text beginning with the character at position 'StartPos'. If 'Length' is not specified, all characters from 'StartPos' until the end will be deleted.
Example
Starting at position 4, four characters should be deleted from a text.
|
Arguments |
'Text' |
'StartPos' |
'Length' |
|
[TextSignal] Value: ABCDE1234XYZ |
4 |
4 |
|
|
Formula |
|
||
|
Result |
ABCD4XYZ |
||