
2
0
2
0
-0
9
20
Configuration
DELETE_FROM_POSITION_x_ON_y_CHARS
Deletes part of the code. x refers to the position from which y characters are removed, where x
= 0 represents the first character of the code.
Example:
DELETE_FROM_POSITION_0_ON_5_CHARS
deletes characters 1 to 5.
DELETE_SUBSTRING_abc
Deletes the data string abc from the code. If the data string occurs multiple times, only the first
occurrence of the data string is deleted.
DELETE_LAST_x_CHARS
Deletes the last x characters of the code.
Example:
DELETE_LAST_4_CHARS
deletes the last four characters.
DELETE_ALL_CHARS_BEFORE_abc
Deletes all characters of the code that appear before a data string abc. If there are multiple
occurrences of the data string abc, only the characters that appear before the first occurrence
are deleted.
DELETE_ALL_CHARS_AFTER_abc
Deletes all characters of the code that follow a data string abc. If there are multiple occurrences
of the data string abc, all characters after the first occurrence are deleted.
INSERT_abc_AT_POSITION_x
Adds the data string abc at position x, where x = 0 represents the position before the first char-
acter of the code.
INSERT_abc_AFTER_def
Adds the data string abc to the data string def. If the data string def appears multiple times, the
data string abc is appended to the first occurrence. If the data string def does not appear, no
characters are inserted.
APPEND_STRING_abc
Appends the data string abc to the code.
IF_GOODREAD_OUTPUT_abc
Returns the data string abc if a code has been read successfully.
REPLACE_STRING_abc_WITH_def
Replaces the data string abc with the data string def. If the data string abc occurs multiple
times, only the first occurrence is replaced.
REPLACE_ALL_abc_AFTER_POSITION_x_WITH_def
Replaces the data string abc with the data string def after position x. If the data string abc
appears after position x multiple times, all occurrences are replaced.
IF_CODE_CONTAINS_abc_OUTPUT_def
Returns the data string def if the data string abc appears in the code. If the data string abc
appears multiple times, the data string def is returned only once.
APPEND_FROM_ORIGINAL_ALL_CHARS_AFTER_abc
All characters that follow the data string abc in the read code are appended to the output. This
rule applies directly to the read code and is independent of any other rules already applied to
the code. If the data string abc appears multiple times, all characters from the first occurrence
are appended and subsequent occurrences of the data string abc are deleted. If the code does
not contain the data string abc, no characters are appended.
APPEND_FROM_ORIGINAL_x_CHARS_AFTER_abc
Appends x characters that follow the data string abc in the read code to the output. This rule
applies directly to the read code and is independent of any other rules already applied to the
code. If the data string abc appears multiple times, x characters from the first occurrence are
appended and subsequent occurrences of the data string abc are deleted. If the code does not
contain the data string abc, no characters are appended.
Source Code
You can edit the source code for the script in the source code area. You can use the
Insert
special characters
button to insert certain special characters.
Содержание OHV110-F228-R2
Страница 1: ...OHV110 F228 R2 1 D 2 D Code Handheld Reader Manual...
Страница 25: ...OHV110 F228 R2 Configuration 2020 09 25...
Страница 26: ...2020 09 26 OHV110 F228 R2 Configuration...
Страница 27: ...OHV110 F228 R2 Configuration 2020 09 27...
Страница 28: ...2020 09 28 OHV110 F228 R2 Configuration...
Страница 29: ...OHV110 F228 R2 Configuration 2020 09 29...
Страница 30: ...2020 09 30 OHV110 F228 R2 Configuration...
Страница 31: ...OHV110 F228 R2 Configuration 2020 09 31...
Страница 32: ...2020 09 32 OHV110 F228 R2 Configuration...
Страница 33: ...OHV110 F228 R2 Configuration 2020 09 33...
Страница 34: ...2020 09 34 OHV110 F228 R2 Configuration...
Страница 35: ...OHV110 F228 R2 Configuration 2020 09 35...
Страница 36: ...2020 09 36 OHV110 F228 R2 Configuration...
Страница 37: ...OHV110 F228 R2 Configuration 2020 09 37...
Страница 38: ...2020 09 38 OHV110 F228 R2 Configuration...
Страница 39: ...OHV110 F228 R2 Configuration 2020 09 39...
Страница 40: ...2020 09 40 OHV110 F228 R2 Configuration...
Страница 41: ...OHV110 F228 R2 Configuration 2020 09 41...
Страница 42: ...2020 09 42 OHV110 F228 R2 Configuration...
Страница 43: ...OHV110 F228 R2 Configuration 2020 09 43...
Страница 44: ...2020 09 44 OHV110 F228 R2 Configuration...
Страница 45: ...OHV110 F228 R2 Configuration 2020 09 45...
Страница 46: ...2020 09 46 OHV110 F228 R2 Configuration...