[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Passing ByRef (a Pointer) ... Is it possible in EL?



PureBytes Links

Trading Reference Links

I would like to call a function in EL, passing some of the parameter
ByRef, so I can modify them in the function, and allow the calling
routine to use the new values of theses variables.  In BASIC it would be
analogous to passing something ByRef or in C/C++ passing a variable
pointer.  Is this possible to do in EL.  If it is, how would you do it?

Andrew