Lists in Transcript
Ruslan Zasukhin
sunshine at public.kherson.ua
Mon May 23 17:56:21 EDT 2005
On 5/24/05 12:05 AM, "Andre Garzia" <soapdog at mac.com> wrote:
>>> I wonder, is it good idea add to Transcript lists as they exists
>>> In Macromedia Director, WebSiphon, ...
>>>
>>> func( var1, [v1, v2, "ffsdg", 4.52] )
>
> don't know if this qualify as a solution but you can always pass an
> arbitrary number of parameters to a function then use paramCount() and
> Param() to work with them... every function of mine that needs list
> like params end up with one of these.
>
> PS: also using arbitrary params (with care) is very revolution-esque....
Sending of many parameters is not equivalent
Because if you have list
v = [v1, v2, ... ]
This is an object, like array you have.
You can use it many times, you can modify it and so on.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the use-livecode
mailing list