☰
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 Befehlsreferenz A-Z
4 Befehlsreferenz Kategorisch
5 Optionale Subroutinen
LEFT$()
a$ = LEFT$(text$, count%)
Gibt einen String zurück, der text$ von links nach count% Zeichen abschneidet.
STDOUT LEFT$("ABCDEFG", 3) // "ABC"
See also...
MID$()
RIGHT$()