Changes

Jump to navigation Jump to search
67 bytes added ,  15:43, 13 January 2014
no edit summary
Line 11: Line 11:  
e.g. LEN("String") displays '''6''' as a result.
 
e.g. LEN("String") displays '''6''' as a result.
   −
*LEN counts 1 byte per characters. LEN works with the languages that use 'Single Byte Character Set' (SBCS).
+
*LEN() counts 1 byte per characters. 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>txt</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>txt</math> is directly entered in the command, it should be enclosed in double quotes (e.g. "Name").
Line 55: Line 55:     
*[http://en.wikipedia.org/wiki/String_(computer_science) String]
 
*[http://en.wikipedia.org/wiki/String_(computer_science) String]
 +
*[http://en.wikipedia.org/wiki/SBCS Single-byte Character Set]
writer
2,661

edits

Navigation menu