These functions implement operations on strings.
Usage: s1++s2
Return concatenation of s1 and s2
Return concatenation of strings in array s
Return path of file where this function is called
Convert x into a string
Convert x into a string
Convert x into a string
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
The maximum length of the string representation of x is given by p, or the maximum number of digits after the decimal point for floating point numbers. It is a run-time error for p to be negative.
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
The maximum length of the string representation of x is given by p. It is a run-time error for p to be negative.
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
The maximum length of the string representation of x is given by p. It is a run-time error for p to be negative.
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
Formatted to-string conversion
Converts the value x into a string right justified by the number of characters given by w, or left justified if w is negative.
Join string in array s using delimiter d
Convert x into a string
Convert x into a string
Convert x into a string
Convert two-dimensional array x into a string
Convert three-dimensional array x into a string
Convert x into JSON string
Convert x into JSON string
Formatted to-string conversion for floats.
Converts the float x into a string right justified by the number of characters given by w, or left justified if w is negative. The number of digits to appear after the decimal point is given by p. It is a run-time error for p to be negative.
Formatted to-string conversion for integers
Converts the integer x into a string right justified by the number of characters given by w, or left justified if w is negative.
Return length of s