Try searching for "compile time expression" in the archives.
--
Regards
Hwee Boon
MotionObj
On Mon, 19 Jul 2004 14:28:00 +1000, Sean Malloy
<
[hidden email]> wrote:
> Is it a dolphin specific shortcut to adding points to an array, rather
> than:
>
> ^Array with: 0@0 with: 1@2 with: 2@3
>
> you can write
>
> ^#(##(0@0) ##(1@2) ##(2@3))
>
> or something?