Thread
:
Dynamics
View Single Post
#
2
12-01-2006, 01:18 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Um, foo({1, 2, 3}); is not the same as foo(1, 2, 3);.
You're giving it an array as the only parameter, therefore you will only get an array.
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld