Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made a lisp file that creates an array with the values of R (rows) K (columns) L (Lenght) B (Width)
and when i make the array 1 row it uses the value of L where it should be B
(command "array" "_last" "" "Rectangular" R K (+ L 12)(+ B 2))
How do i fix this?
Solved! Go to Solution.