2009-03-09 00:10 UTC
Hello,
today I have a question for understanding:
What ist the difference between
a) (list (list 12 34 45 56 67 788 89 278) (list 90 98 87 76 65 54 43 32))
and
b) '((12 34 45 56 67 788 89 278) (90 98 87 76 65 54 43 32))
In my experiences the values of each are the same, the only difference is that b) will be interpreted only at runtime.
So why should there might be problems when using b) as argument for PictureBox_DrawArc as it is written in the Samplex\Methods.lsp?
I know these sentences were already written in the help for ObjectDCL. But I didn't understand it yet.
Fred
today I have a question for understanding:
What ist the difference between
a) (list (list 12 34 45 56 67 788 89 278) (list 90 98 87 76 65 54 43 32))
and
b) '((12 34 45 56 67 788 89 278) (90 98 87 76 65 54 43 32))
In my experiences the values of each are the same, the only difference is that b) will be interpreted only at runtime.
So why should there might be problems when using b) as argument for PictureBox_DrawArc as it is written in the Samplex\Methods.lsp?
I know these sentences were already written in the help for ObjectDCL. But I didn't understand it yet.
Fred