2010-03-17 22:30 UTC
i try to modify my PictureBox_DrawLine list by variable. i try something like this:
(setq www 4)
(dcl_PictureBox_DrawLine LineType_LineType_PictureBox1
'(
(www 22 75 22 7)
)
)
but there is error invalid data type or data overflow: WWW
is there any solution for this
thanks
(setq www 4)
(dcl_PictureBox_DrawLine LineType_LineType_PictureBox1
'(
(www 22 75 22 7)
)
)
but there is error invalid data type or data overflow: WWW
is there any solution for this
thanks