|
Len | ||
Length = Len(String$) | ||
Parameters: String$ = The string you wish to calculate the length of |
||
Returns: Length = The length in characters of the input string |
||
Len() is used to calculate the size of a string in characters. FACTS: * A string size of zero means this string is empty and contains nothing. This is also referred to as a "NULL" string. Which can be represented as a pair of quotes like this "" Mini Tutorial:
This example would output.
|
||
Example Source: Download This Example
|
Related Info: | : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |