|
|
Topic complex |
Selecting |
Function |
TO |
Short |
Alias for <= |
Syntax |
Aritmetischer_Ausdruck_1 TO Arithmetischer_Ausdruck_2 |
Parameter |
arithmetric_expression_1, arithmetric_expression_2 : REAL- or String-expression
Both expressions must be the same type of data. |
Return |
true, if arithmetric_expression_1<=arithmetric_expression_2,
else false |
See also: |
|
Description |
Can lead to more clearness of selections (espacially with strings).
|
Write a comment:
|
|
|