Left$
Category: Strings
Signature
Left$(text As String, length As Integer)
Returns
String
Description
Returns the leftmost characters from a string.
Example
prefix$ = Left$("LunarBasic", 5)
Category: Strings
Left$(text As String, length As Integer)
String
Returns the leftmost characters from a string.
prefix$ = Left$("LunarBasic", 5)