Module strings

Source
Expand description

String functions for EndBASIC.

Structs§

AscFunction
The ASC function.
ChrFunction
The CHR function.
LeftFunction
The LEFT function.
LenFunction
The LEN function.
LtrimFunction
The LTRIM function.
MidFunction
The MID function.
RightFunction
The RIGHT function.
RtrimFunction
The RTRIM function.
StrFunction
The STR function.

Functions§

add_all
Adds all symbols provided by this module to the given machine.
format_boolean
Formats a boolean b for display.
format_double
Formats a double d for display.
format_integer
Formats an integer i for display.
parse_boolean
Parses a string s as a boolean.
parse_double
Parses a string s as a double.
parse_integer
Parses a string s as an integer.