Message 1 of 30
Passing variable as relative in COMMAND function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to pass a variable as relative into for example a rectang function?
This is part of my code and it doesnt work
(setq p1 ip) (setq p2 ( list o_width o_height 0)) (command "_rectang" p1 @p2 ; how to pass p2 as relative? this doesnt work "" )
How i cand