Category: Strings
Back to System Functions
Mid$(text As String, offset As Integer, characters As Integer)
String
Returns a substring using a 1-based offset and a character count.
name$ = Mid$("LunarBasic", 6, 5)