Specifications

142 Gryphon™ D432/D412Plus
Function Description
All the functions and conventions to be used within the formatting expressions are listed below:
FindStringByStarting&EndingChar (FSTR)
This function has the following syntax:
FSTR<source_string, string_start, string_stop, mode>string
This function searches for a substring having a defined starting character ("string_start")
and a
defined ending character ("string_stop") within the "source_string". It returns the string you
searched for, or an empty one in case of failure.
If searching for a substring having characters already known, the
"string_start" and
"string_stop" arguments must share the same value.
The "mode" argument allows managing the starting character
("string_start") and the ending
character ("string_stop"):
0 = include both starting and ending character
1 = include only starting character
2 = include only ending character
3 = discard both starting and ending character
FUNCTION
NAME
DESCRIPTION
FSTR Searches for a defined substring by its starting and ending string.
FLSTR Searches for a defined substring by its starting string and its length.
SSTR Extracts a defined substring from the original string.
FPOS Searches for a position of a defined substring within the original string.
LSTR Returns a string length.
ISTR Insert a substring in the original string.
RSTR Substitutes a defined substring contained in the original string with a new one.
CONVENTIONS DESCRIPTION
+ Concatenates two strings or fields.
- Deletes a substring or a field from the original string.
#DS Returns the string which has been decoded by the library.
#F<n>
Returns the result of a format which has been previously defined. The <n> value is in the
range 1-4.