Message 1 of 5
getpoint, number, 2.78461e+06
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using getpoint to pick a point sometime it returns a number like 2.78461e+06 sometimes it works in the code below and sometimes it does not.
(vlax-invoke-method align 'StationOffset (car pt) (cadr pt) 'sta 'off)
I would like to know why and how to fix this.
(rtos (car pt)) = "2784605.88"
Thanks