|
Microsoft® Visual Basic® Scripting Edition Len Function |
| Language Reference |
|
Returns the number of characters in a string or the number of bytes required to store a variable.
Len(string | varname)The Len function syntax has these parts:
Part Description string Any valid string expression. If string contains Null, Null is returned. varname Any valid variable name. If varname contains Null, Null is returned.
Note Another function (LenB) is provided for use with byte data contained in a string. Instead of returning the number of characters in a string, LenB returns the number of bytes used to represent that string.
See also:
| file: /Techref/language/asp/vbs/vbscript/121.htm, 2KB, , updated: 1996/11/22 10:12, local time: 2012/2/9 05:39,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.ecomorder.com/techref/language/asp/vbs/vbscript/121.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
| Did you find what you needed? |
|
Calculator 7-seg LED chars, port values, resistor color codes and common values, ohms law, wavelength / frequency, RMS and Peak, max value for x bits, etc... |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.