Centermarks variable "CENTEREXE" problem

Centermarks variable "CENTEREXE" problem

zaky73
Contributor Contributor
1,060 Views
5 Replies
Message 1 of 6

Centermarks variable "CENTEREXE" problem

zaky73
Contributor
Contributor

Can't set centermarks variable "CENTEREXE" via lisp...any help.. Thanks

0 Likes
Accepted solutions (2)
1,061 Views
5 Replies
Replies (5)
Message 2 of 6

Kent1Cooper
Consultant
Consultant

What have you tried?  Does (setvar 'centerexe YourDesiredValue) not work?

Kent Cooper, AIA
0 Likes
Message 3 of 6

zaky73
Contributor
Contributor

The value doesn't change if I change it using lisp.

0 Likes
Message 4 of 6

zaky73
Contributor
Contributor

(setvar "centerexe" 250) doesn't work

0 Likes
Message 5 of 6

trevor.bird.au
Advocate
Advocate
Accepted solution

Hi zaky73,

 

Try (setvar "CENTEREXE" 250.0)

 

It seems that it has to be a real number when setting the variable from LISP.

 

 

Regards,

Trevor

0 Likes
Message 6 of 6

zaky73
Contributor
Contributor
Accepted solution

That's help....thank you.

0 Likes