Category: Strings
Back to System Functions
Left$(text As String, length As Integer)
String
Returns the leftmost characters from a string.
prefix$ = Left$("LunarBasic", 5)