☰
GLBasic User Manual
×
GLBasic
News
About
Features
Download
Shop
Press
Support
Forum
Online Manual
Chat
Contact
Links
Showroom
All entries
Submit a new program
Control Panel
iPhone Games
Main sections
1 Tutorials
2 GLBasic intern
3 Command Reference A-Z
4 Commands by Category
5 Optional Subroutines
LEFT$()
a$ = LEFT$(text$, count%)
Returns a string that cuts text$ after count% characters from the left.
STDOUT LEFT$("ABCDEFG", 3) // "ABC"
See also...
MID$()
RIGHT$()