Microsoft® Visual Basic® Scripting Edition String Constants |
| Language Reference |
|
Constant Value Description vbCr Chr(13) Carriage return vbCrLf Chr(13) & Chr(10) Carriage returnlinefeed combination vbFormFeed Chr(10) Form feed; not useful in Microsoft Windows vbLf Chr(10) Line feed vbNewLine Chr(13) & Chr(10) or Chr(10) Platform-specific newline character; whatever is appropriate for the platform vbNullChar Chr(0) Character having the value 0 vbNullString String having value 0 Not the same a zero-length string (""); used for calling external procedures vbTab Chr(9) Horizontal tab vbVerticalTab Chr(11) Vertical tab; not useful in Microsoft Windows
file: /Techref/language/asp/vbs/vbscript/23.htm, 4KB, , updated: 1996/11/22 10:12, local time: 2024/11/5 19:12,
18.219.208.51:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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://linistepper.com/Techref/language/asp/vbs/vbscript/23.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |