• <li id="00i08"><input id="00i08"></input></li>
  • <sup id="00i08"><tbody id="00i08"></tbody></sup>
    <abbr id="00i08"></abbr>
  • 新聞中心

    EEPW首頁 > 嵌入式系統 > 設計應用 > wincc中使用vbs常用函數

    wincc中使用vbs常用函數

    作者: 時間:2011-06-23 來源:網絡 收藏
    15.left()

    本文引用地址:http://www.czjhyjcfj.com/article/150569.htm

      功能:截取一個字符串的前部分;

      格式:left(string,length)

      參數:string字符串,length截取的長度.

      例子: % =left(“this is a test!”,6) %>

      結果:this i

      16.len()

      功能:返回字符串長度或者變量的字節長度

      格式:len(string *varname)

      參數:string字符串;varname任意的變量名稱

      例子:

      %

      strtest=“this is a test!”

      response.write left(strtest)

      %>

      結果:15

      17.ltrim()

      功能:去掉字符串前的空格.

      格式:ltrim(string)

      參數:string 字符串.

      例子: % =ltrim (“ this is a test!”)

      結果:this is a test!

      18.函數Mid()

      功能:從字符串中截取字符串.

      格式:mid(string,start [,length])

      參數:string字符串,start截取的起點,length要截取的長度.

      例子:

      %

      strtest=“this is a test, Today is Monday!”

      response.write mid(strtest,17,5)

      %>

      結果:Today

      19.函數minute()

      功能:返回一數值, 表示分鐘

      格式:minute(time)

      參數: time是時間變量

      例子lt;% =minute(#12:23:34#) %>

      結果:23

      20.函數month()

      功能:返回一數值, 表示月份

      格式:month(time)

      參數:time是日期變量

      例子% =month(#08/09/99) %>

      結果:9

      [color=#1E90FF]21.函數monthname()[/color]

      功能:返回月份的字符串(名稱).

      格式:Monthname(date [,abb])

      參數: date是日期變量,abb=true時 則月份的縮寫,

      例子:

      % =monthname(#4/5/99#) %>

      結果:April

      22.函數Now()

      功能:返回系統的當前時間和日期.

      格式:now()

      參數:無

      例子:

      % =now() %>

      結果: 05/10/00 8:45:32 pm

      25.函數rnd()

      功能:返回一個隨機數值

      格式:rnd[(number)]

      參數:number是任意數值.

      例子:

      %

      randomize()

      response.write rnd()

      %>

      結果:0/1數值之一,無randomize(), 則不能產生隨機數.

      26.函數round()

      功能:完整數值

      格式:round(expression_r[,numright])

      參數:expression_r數字表達式;numright任意選項.

      例子:

      %

      i=12.33654

      response.write round(i)

      %>

      結果: 12

      27.函數rtrim()

      功能:去掉字符串后的空格.

      格式:rtrim(string)

      參數:string 是字符串

      例子:

      %

      response.write rtrim(“this is a test! ”)

      %>

      結果:this is a test!

      23.函數:replace()

      功能:在字符串中查找,替代指定的字符串.

      格式:replace(strtobesearched,strsearchfor,strreplacewith [,start[,count[,compare]]])

      參數:strtobesearched是字符串; strsearchfor是被查找的子字符串;strreplacewith 是用來替代的子字符串.start,count,compare 是任意選項.

      例子:

      %

      strtest=“this is an apple.”

      response.write replace(strtest,”apple”,”orange”)

      %>

      結果:this is an orange.

      24.函數right()

      功能:截取一個字符串的后部分

      格式:right(string,length)

      參數:string字符串,length截取的長度.

      例子:

      %

      strtest=“this is a test!”

      response.write right(strtest,3)

      %>

      結果:st!



    關鍵詞: 函數 常用 vbs 使用 wincc

    評論


    相關推薦

    技術專區

    關閉
    主站蜘蛛池模板: 惠水县| 枣强县| 龙陵县| 华蓥市| 潢川县| 缙云县| 海原县| 无极县| 武城县| 禹州市| 万州区| 金山区| 定西市| 新龙县| 霞浦县| 库尔勒市| 山西省| 马尔康县| 二手房| 如皋市| 射洪县| 江达县| 屯留县| 扎赉特旗| 买车| 繁峙县| 边坝县| 应城市| 阳春市| 双柏县| 平陆县| 东兴市| 承德市| 台南县| 安阳市| 吐鲁番市| 两当县| 卢龙县| 宝应县| 玉龙| 陵川县|