Changes

Jump to navigation Jump to search
48 bytes added ,  21:07, 13 August 2018
no edit summary
Line 1: Line 1: −
=LEN(txt)=
+
<div style="font-size:30px">'''LEN (Text) '''</div><br/>
 
+
*where, <math>Text</math> is a text string whose length is to be determined.
*where, <math>txt</math> is a text string whose length is to be determined.
+
**LEN(), returns the number of characters in a text string.
 
  −
LEN() counts the number of characters in a text string.
      
== Description ==
 
== Description ==
Line 9: Line 7:  
LEN(txt)
 
LEN(txt)
   −
e.g. LEN("String") displays '''6''' as a result.
+
e.g. LEN (Text) displays '''6''' as a result.
    
*LEN() counts 1 byte per character. LEN() works with the languages that use 'Single Byte Character Set' (SBCS).
 
*LEN() counts 1 byte per character. LEN() works with the languages that use 'Single Byte Character Set' (SBCS).
*<math>txt</math> can be any string containing characters, numbers, symbols, blank space etc.
+
*<math>Text</math> can be any string containing characters, numbers, symbols, blank space etc.
*If argument <math>txt</math> is directly entered in the command, it should be enclosed in double quotes (e.g. "Name").
+
*If argument <math>Text</math> is directly entered in the command, it should be enclosed in double quotes (e.g. "Name").
    
== Examples ==
 
== Examples ==
writer
6,694

edits

Navigation menu