All Articles

Sqrt

%SQRT returns the square root of the specified numeric expression. If the operand is...

Split

%SPLIT splits a string into an array of substrings. It returns a temporary array...

Size

The number of bytes that the element occupies is returned by the %SIZE function....

Seconds

To modify the duration of seconds in a time or timestamp, add a duration...

Scanrpl

All instances of the scan string in the source string are replaced with the...

Scanr

To determine the search argument’s first position in the source string from the reverse...

Scan

To determine the search argument’s first position in the source string, use the %SCAN...

Replace

The segment of a string with the replacement string is used with the %REPLACE...

Rem

%REM returns the remainder that results from dividing operands n by m. The two...