vb中在文本框中输入一点的坐标(x,y),怎样把输入的数据中分离出坐标x,y然后对他们进行判断正负

 我来答
尼欧赵
2008-11-27 · TA获得超过823个赞
知道大有可为答主
回答量:1597
采纳率:0%
帮助的人:1217万
展开全部
'你输入的必须是x,y。不能加括号哦。
dim a()
a=split(text1.text,",")
if a(0)>0 then msgbox "x值为正!"
if a(0)<0 then msgbox "X值为负!"
if a(0)=0 then msgbox "X值为零!"
if a(1)>0 then msgbox "y值为正!"
if a(1)<0 then msgbox "y值为负!"
if a(1)=0 then msgbox "y值为零!"
xrhigh
2008-11-27 · TA获得超过1495个赞
知道小有建树答主
回答量:657
采纳率:0%
帮助的人:844万
展开全部
dim a()
a=split(text1.text,",")
if a(0)>0 then msgbox "x值为正!"
elseif a(0)<0 then msgbox "X值为负!"
else:msgbox "X值为零!"
end if

if a(1)>0 then msgbox "y值为正!"
elseif a(1)<0 then msgbox "y值为负!"
else:msgbox "y值为零!"
end if
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式