String Operators

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.0


An expression that uses a string operator returns a string. The following table shows the string operators:

OperationSyntaxReturnsExpressionValue
ConcatenationString + StringString"abc" + "def""abcdef"
RepetitionString * NumberString "ab" * 3"ababab"

See Also

Bitwise Operators, Comparison Operators, Date Operators, Logical Operators, Numeric Operators, Operators, Picture Operators, Time Operators.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next