Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
JBtje edited this page Sep 24, 2015 · 1 revision

! Needs validation !

Syntax

LEN( <String> )

Description

The LEN command allows you to determine the length of a string.

Example

NEW
10 A = "hello world"
20 PRINT LEN(A)

Returns:

11

Clone this wiki locally