OWBasic for Pocketviewer

Home INTRO Group PROCEDURE Alphabetical Index

Procedures And Functions to Work With Strings


STRINGTransformation into a string
LEFT$, RIGHT$, MID$Left, right, middle part of a string
LOWCASE$, UPCASE$Changing case of characters
TRIM$Remove leading and trailing spaces
LENString length
POSSearch for substring in string
CHR$, CHARInteger value in character convert
ASCCode of an character
SPLIT, SPLITNSplit string into two parts
COUNTCCounts, how often a string contains a character
XCHGSExchange strings


  • IFUNC - Procedure and Functions to work with integer values
  • FFUNC - Procedures and Functions for Work with Real Values
  • DATATYPE - Datatype
Home INTRO Group PROCEDURE Alphabetical Index