function/procedure arguments

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu