操作符/操作数类型不匹配
题目是这样的,要输入任意一串ASCII字符,找出其中的字符串并显示我程序是这样编的,但是说操作符/操作数类型不匹配,这是怎么回事呢?x=alltrim(thisform....
题目是这样的,要输入任意一串ASCII字符,找出其中的字符串并显示
我程序是这样编的,但是说操作符/操作数类型不匹配,这是怎么回事呢?
x=alltrim(thisform.text1.value)
n=len(x)
y=""
for i=1 to n
c=substr(x,i,1)
if asc(c)>=asc("0") and asc(c)<=asc("9")
y=y+1
endif
endfor
thisform.label2.caption=str(y) 展开
我程序是这样编的,但是说操作符/操作数类型不匹配,这是怎么回事呢?
x=alltrim(thisform.text1.value)
n=len(x)
y=""
for i=1 to n
c=substr(x,i,1)
if asc(c)>=asc("0") and asc(c)<=asc("9")
y=y+1
endif
endfor
thisform.label2.caption=str(y) 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询