Return the length of a string
Requirements
Examples
#include <libs/basic30.bas> Dim st(10) as String Dim x as uInteger st="Test" x = len(st) ' x = 4