几何尺寸与公差论坛

 找回密码
 注册
查看: 860|回复: 0

【转帖】label.txt

[复制链接]
发表于 2009-4-6 19:58:31 | 显示全部楼层 |阅读模式
label
i have an if else statement: inside the if i have a dimention and insde the else i have a dimention. is there a way to make it so in reort it shows only the one that the statement worked with.
exemle (just some values no meaning at all)
if x>5
dim is x=6
end if
else
dim is x=4
end else
so if x>5 i don''t want the reort to show x=4
edited by - goshik on 1/16/2008 2:28:29 m
ut the else statement inside the block if statement.
what you have is:
if x>5
dim is x=6
end if
else
dim is x=4
end else
what you want is:
if x>5
dim is x=6
else
dim is x=4
end if
i have tried that, and it shows u red if i do it this way i think it only work the way i have it, i duno i''ll try it again. i did called the hexagon suort and they told me that the full mode reort reads the whole rogram so even if the rogram skis a dim it will still show u in the full mode reort, yet it won''t show u in the view last execute mode.
i was hoing that there is way around it, i guess not.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-22 23:54 , Processed in 0.034413 second(s), 20 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表