Expand description
String functions for EndBASIC.
Structs§
- AscFunction
- The
ASC
function. - ChrFunction
- The
CHR
function. - Left
Function - The
LEFT
function. - LenFunction
- The
LEN
function. - Ltrim
Function - The
LTRIM
function. - MidFunction
- The
MID
function. - Right
Function - The
RIGHT
function. - Rtrim
Function - 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.