大家好,又见面了,我是你们的朋友全栈君。
‘
***********************************************************
‘
VBScript变量命名编码规范
‘
Subtype Prefix Example
‘
Boolean bln blnFound
‘
Byte byt bytRasterData
‘
Date (Time) dtm dtmStart
‘
Double dbl dblTolerance
‘
Error err err OrderNum
‘
Integer int intQuantity
‘
Long lng lngDistance
‘
Object obj objCurrent
‘
Single sng sngAverage
‘
String str strFirstName
‘
*************************************************************
‘
1.第一个脚本
‘
第一个VBSciprt程序,在屏幕上打印hello VBScript
‘
使用文本编辑器,输出下面的内容,保存文件名称为hello.vbs
‘
运行脚本cscript.exe hello.vbs
Wscript.echo
“
hello VBScript
“
‘
2.数据类型
‘
使用布尔类型
dim
blnBool
blnBool
=
True
‘
根据blnBool的值,输出不同的结果
If
blnBool
=
True
then
Wscript.echo
“
True
“
else
Wscript.echo
“
False
“
End
If
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/149332.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...