Topic complex |
Selecting |
Function |
FROM |
Short |
Defines the beginning of an area |
Syntax |
Exp FROM Exp_x TO Exp_y |
Parameter |
Exp, Exp_1, Exp_2: STRING or REAL (but all of the same type) |
Return |
TRUE, if Exp_1 <= Exp <= Exp_2
FALSE, else |
See also: |
|
Description |
FROM ... TO can be used for STRING but also for numeric expressions.
Example:
YEAR(x) FROM 1952 TO 1992
$NAME FROM "KE" TO "LZ"
|
Write a comment:
|