pass by reference
Posted: Tue Feb 07, 2006 2:23 pm
does pb procedure support pass by reference, you know,
like func(a,b,c,d)
a = a* 2
....
where after the func is called, the value of a, b, c & d is changed
thanks.
like func(a,b,c,d)
a = a* 2
....
where after the func is called, the value of a, b, c & d is changed
thanks.