标题:[请教]程序结果无法print?
只看楼主
kuangxi
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2008-7-28
 问题点数:0 回复次数:0 
[请教]程序结果无法print?
一个求水仙花数的程序
dim a,b,c,i as integer
for i=100 to 999
a=(i-b*10-c)/100
b=(i-a*100-c)/10
c=i-a*100-b*10
if i = a^3+b^3+c^3 then
print i
end if
next i
为何i 无法被print出来?
即使我设置了结果显示在textbox,但是依然无法显示,为何?
我用的是 2005, xp sp2
搜索更多相关主题的帖子: print 结果 
2008-09-01 20:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-230921-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.137639 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved