Strings

Format, Format$

Return a string formatted to a given specification

InStr

Return the position of one string within another

LCase, LCase$

Convert a string to lower case

Left, Left$

Return the left portion of a string

Len

Return the length of a string or the size of a data item

LSet

Left align a string or user-defined type within another

LTrim, LTrim$

Remove leading spaces from a string

Mid, Mid$

Return a substring from a string

Mid, Mid$

Replace one part of a string with another

Option Compare

Change the default comparison between text and binary

Option CStrings

Allow interpretation of C-style escape sequences in strings

Right, Right$

Return the right portion of a string

RSet

Right align a string within another

RTrim, RTrim$

Remove trailing spaces from a string

Space, Space$

Return a string os spaces

StrComp

Compare two strings

String, String$

Return a string consisting of a repeated character

Trim, Trim$

Trim leading and trailing spaces from a string

UCase, UCase$

Return the upper case of a string

More information

Language elements by category