On 7/19/07 11:31 AM, "Gregory Lypny" <[EMAIL PROTECTED]> wrote:

> So, is it that Revolution custom functions cannot return arrays or am
> I doing something wrong?

The following works for me:

on foo
  put bar() into x
  put the keys of x
end foo

function bar
  put 2 into a[2]
  put 4 into a[4]
  return a
end bar

Does it work for you?

-- Dick


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to