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 » right

3w learning

string >
right

Title:

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


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

calling begin from the right side of string and returning characters from string:: request 8 characters from "welcome learning" as the string (one Chinese character space= 2 English characters)


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

<% Dim StringX, RightStringX StringX="welcome learning" RightStringX=Right(StringX,8) response.write RightStringX %>


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


learning (show right 8 characters)


learning 就是屏幕显示的结果
..
...
...

[ 7/20/2008 ]

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