Message 1 of 16
If ... then

Not applicable
06-16-2003
12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need some help,
I want to program the following things:
if value 1 <= 3300 then
x = 44
y = 142
if 3300 < value 1 <=3800 then
x = 58
y = 170
if 3800 < value 1 <= 5100 then
x = 58
y = 192
I did program this one, but when I use it to draw, then autocad always uses the last one (58, 192) even if my value 1 is <3300.
How do I progrm it right?
thx
I need some help,
I want to program the following things:
if value 1 <= 3300 then
x = 44
y = 142
if 3300 < value 1 <=3800 then
x = 58
y = 170
if 3800 < value 1 <= 5100 then
x = 58
y = 192
I did program this one, but when I use it to draw, then autocad always uses the last one (58, 192) even if my value 1 is <3300.
How do I progrm it right?
thx