web tools rank checker

domain .cn
.net .cn .com.cn
你正在阅览 :: 简体中文:: 学习 ASP SQL VB HTML code

学习 .ASP SQL HTML XML CSS JAVA Perl code study
English Chinese_Traditional Chinese_Simplified

你正在阅览 :: 简体中文 Chinese_Simplified

学习.主题:
首页
ASP
. Active-Server-Flash
. Array
. Connection
. Count
. Counter
. Distinct
. Email
. File
. Folder
. Function
. GetSQLserver
. Header
. mySQL
. Record
. Recordset
. Request
. Response
. Server
. Server-CreateObject
. ServerVariables
. Session
. Special-Symbols
. String
»Left
»Length
»like
»Mid
»Replace
»Right
»Split
»trim_space
. Sub
. Time
CSS
Ecommerce
HTML
InternetProtocol
JAVA
Microsoft
Robots
SearchEngine
SQL
SQLserver
VBscript
XML

SiteMap

3w....学习.教学 > ASP > string » left

3w learning

string >
left

Title:

request to get left side of string :: count by setting number


取出字符串由左1位开始算的字 :: 可设要取的字数
Description:

Form:: Left(Txt,n) calling left side of string and returning characters from string:: request 7 characters from "welcome learning" as the string (one Chinese character = 2 English characters)


传回一字符串由左1位开始算的字符
(一中文=两个英文字符)
Example Code:

<% Dim StringX, LeftStringX StringX="welcome learning" LeftStringX=Left(StringX,7) response.write LeftStringX %>


传回一字符串StringX (welcome learning) 中由左1开始算到第7个字符
Example Result:


welcome (show 7 characters)


welcome 就是屏幕显示结果
..
...
...

[ 7/27/2008 ]

www learning school add more scripts and tips memo
You are at >>3WS.EZER.COM >> 3WS.EZER.COM/ASP/STRING/LEFT.ASP>>ASP
Helpful link:: SEO web tools :: Live PR | SERP checker
back to top Ezer code adding :: Questions ;email