
GeoB
ASIC
Reference Manual
5.Standard Functions
TPS1100-Version 1.30
5-13
5.4.2 LCase$ - Change to lower case
LCase$(S)
yields the string expression
S
with all upper case letters "A" to "Z"
replaced by their lower case. Any other character is unchanged. The result is of
type
string * n
, where n is the length of
S
.
Examples:
LCase$ ("START") -> "start"
LCase$ ("GRÖSSER?") -> "grÖsser?"
(umlaut unchanged!)
5.4.3 LTrim$ - Trim blanks from the left
LTrim$(S)
yields the value of the string expression
S
with all leading blanks
removed. The result is of type
string * n
, where
n =
(length of
S
) - (number
of blanks).
Example:
LTrim$ ("
Stop
") -> "Stop
"
5.4.4 RTrim$ - Trim blanks from the right
RTrim$(S)
yields the value of the string expression
S
with all trailing blanks
removed. The result is of type
string * n
, where
n =
(length of
S
) - (number
of blanks).
Example:
RTrim$ ("
Stop
") -> "
Stop"
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...