function/procedure arguments
- Posted by begin Mar 13, 2018
- 1450 views
hi everyone, i know i am a pest by now, but i have another (probably silly) question.
is it possible to manipulate a sequence, object ... of a function/procedure argument(s) directly in order to avoid duplications being passed back/arround?
example:
function tttest(object t) t={} return 1 end procedure sequence s11 = {1,2,3} integer xx = tttest(s11)
thanks richard