Expand description
String functions for EndBASIC.
Structs§
- AscFunction
- The
ASCfunction. - ChrFunction
- The
CHRfunction. - Left
Function - The
LEFTfunction. - LenFunction
- The
LENfunction. - Ltrim
Function - The
LTRIMfunction. - MidFunction
- The
MIDfunction. - Right
Function - The
RIGHTfunction. - Rtrim
Function - The
RTRIMfunction. - StrFunction
- The
STRfunction.
Functions§
- add_all
- Adds all symbols provided by this module to the given
machine. - format_
boolean - Formats a boolean
bfor display. - format_
double - Formats a double
dfor display. - format_
integer - Formats an integer
ifor display. - parse_
boolean - Parses a string
sas a boolean. - parse_
double - Parses a string
sas a double. - parse_
integer - Parses a string
sas an integer.