Home Page
BASIC Handbook
Basic2 Commands Disk Drives PEEK's and POKE's RAM Memory Map ROM Memory Map Screen Display Sprite ASCII and CHR$ Codes
eMail email5-commodorecheetah.co.uk
Note: You will need to replace the '-' with the @ symbol. This is to minimize spam.
LEN Abbreviation:
TYPE: Integer Function Format: LEN (<string>)
Action: Returns the number of characters in the string expression. Non-printed characters and blanks are counted.
EXAMPLE of LEN Function:
CC$ = "COMMODORE COMPUTER": PRINT LEN(CC$) 18
CC$ = "COMMODORE COMPUTER": PRINT LEN(CC$)
18