In this case I am using send and value() also for objects.  However my objects serve 
as global components (in a manner of speaking).  I create buttons that are independent 
threads of execution (using my create thread library I posted).  These "threads" 
(using quotes since RR doesn't really thread) receive task packets via send and 
value().  My problem is many of my threads handle long math operations for arrays of a 
significant size (in background of course).  I was hoping I could use a array 
reference in a send to prevent wasting a enormous amount of memory. This also prevents 
me for having to write a custom thread to handle each operation.  Is it possible to 
pass a pointer to a array of variant using send/value? 

Kevin
 

P.S.

I have converted my long math operations to using a form of split/combine/delete to 
pass them in a send/value().  However it still seems to eat memory at a significant 
rate.




-==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=-
Disclaimer:

Any resemblance between the above views and those of my
employer, my terminal, or the view out my window are purely
coincidental. 
Any resemblance between the above and my own views is non-deterministic.

 The question of the existence of views in the absence of anyone to hold
them
is left as an exercise for the reader. The question of the existence of
the reader
 is left as an exercise for the second god coefficient. 
(A discussion of non-orthogonal, non-integral polytheism is beyond the
scope of this article.)



 --- On Sun 07/25, Dar Scott < [EMAIL PROTECTED] > wrote:
From: Dar Scott [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Sun, 25 Jul 2004 11:21:46 -0600
Subject: Re: Send syntax again

<br>On Jul 25, 2004, at 9:49 AM, K wrote:<br><br>> I assume that via "send"/"call" and 
value() one cannot pass a <br>> reference or a array.  Is this correct?  Is there 
another method for <br>> invoking a handler/function not in the messages path that can 
<br>> acomadate these data types?<br><br>Use a global for an array.  Put something 
into it before the call.  Get <br>it right afterward.<br><br>For the reference, uh, 
I'm not sure.<br><br>In my scripts, I send to affect an object or in a callback or 
similar <br>message.<br><br>Most of the time that I want to pass a reference I use a 
library.  <br>Consider 'start using' and 'insert script'.<br><br>Dar 
Scott<br><br><br><br>_______________________________________________<br>use-revolution 
mailing list<br>[EMAIL 
PROTECTED]<br>http://lists.runrev.com/mailman/listinfo/use-revolution<br>

_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to