On 10/29/06 7:13 PM, "Marielle Lange" <[EMAIL PROTECTED]> wrote:

>> Never mind.  It is in parameters where that does not work.

Ah, but using pass-by-reference parameters DOES work:

on mouseUp
  put "1" into tTest[1]
  put "2" into tTest[2]
  updateArray tTest
  combine tTest using cr
  put tTest
end mouseUp

on updateArray @pTest
  put "3" into pTest[3]
end updateArray

When you click this button you get :

1
2
3

Tada! <ok, Marielle said this first... ;-) >

Ken Ray
Sons of Thunder Software, Inc.
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]



_______________________________________________
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