Re: inversion

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

no standard function that I know of

sequence s = { 1, 2, 3, 4 } 
 
sequence x = {} 
for i = 1  to length(s)  do 
    x = append(x, { s[ i ]} ) 
end for 
 
? x 
 
--{ 
--  {1}, 
--  {2}, 
--  {3}, 
--  {4} 
--} 

what is the value of this routine?

_tom

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

Search



Quick Links

User menu

Not signed in.

Misc Menu