| Linklist |
LENGTH( Formula )
Return the length of the string in characters.
Returns a number of characters, specifyed by Fomula2, from the left side of the argument Formula1.
Returns a number of characters, specifyed by Fomula2, from the right side of the argument Formula1.
Returns a substring from the argument Formula1, which starts at position Formula2 and is Formula3 characters long.
TRIM( Formula )
TRIM deletes all spaces form the left and right sides of the argument.
| DB2 |
VALUE( Formula )
Converts the string into a numeric value.