程序点滴jcodeer.blog.chinaunix.net
jcodeer
全部博文(171)
2012年(2)
2011年(70)
2010年(9)
2009年(14)
2008年(76)
Bean_lee
GY123456
armlife
linky521
g_progra
猥琐才是
athzhang
CU博客助
meiyang_
heq76
gaokeke1
yangyefe
yanganni
tomcodin
qhy95020
allaxin
suntao32
13661379
分类:
2008-05-10 19:04:02
'*********************************************************** '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 If blnBool = True then Wscript.echo "True" else Wscript.echo "False" End If
上一篇:C#教程之十(数组操作)
下一篇:VBScript教程之二(变量类型)
登录 注册