integer | 只能放 号码 |
string | 只能放 字—号码 |
boolean | 只能放 对错 有没有 |
double | 只能放 有小数点 |
原帖由 goodday 于 2008-7-7 02:42 AM 发表
只有两个
0 / 1
true / flase
dim a as boolean = true
if a = true then
msgbox("true")
elseif a = false then
msgbox("false")
end if
if textbox1.text = abcdefg then
textbox2.text = abcdefg
dim a as string
a = abcdefg
if textbox1.text = a
textbox2.text = a
欢迎光临 JBTALKS.CC (https://www.jbtalks.cc/) | Powered by Discuz! X2.5 |