LEN$

Syntax

Uint = LEN$(Target:Pointer)

Description

Returns the length of a string.

Parameters

Target - The String or Istring wanna get the length of.

Return value

The Length of the string.

Remarks

I added this command only for performance reason.
It is about 16% faster than the EB one but does NOT retrieve the size of the variables etc.! Only the size of a String.
Sence it is the most commonly used command in string operations it can make a difference.

Example usage