
Section 5. Real-Time Tools
5.2.1.4.7 String Functions
Returns a hexadecimal string representation of an
expression.
Converts a hexadecimal string to a float or integer.
Finds the location of a string within a string.
Finds the location of a string within a string. (Differs
from InStr in that it searches from the end of the string
rather than from the start of the string.)
Returns a substring that is a defined number of
characters from the left side of the original string.
Returns the number of bytes in a string.
Returns a copy of a string with no leading spaces.
Returns a substring that is within a string.
Used to search a string for a substring, and replace that
substring with a different string.
Returns a substring that is a defined number of
characters from the right side of the original string.
Returns a copy of a string with no trailing spaces.
Returns a string value that is filled with a defined
number of spaces
Compares two strings by subtracting the characters in
one string from the characters in another.
Returns a copy of a string with the characters in reverse
order.
Returns a copy of a string with no leading or trailing
spaces.
5.2.1.4.8 Conversion Functions
Converts a value to a date.
Converts a value to a floating point number.
Converts a value to an integer.
5-50
Komentarze do niniejszej Instrukcji