hi thank you for your answers.
i have tested your suggestions but it doesnīt work. I get an error "invalid function call, missing ')'
but i canīt see the reason for this error because iīm thinking i have written all brackets isnīt it...?

here is my code:

function wshpipe ()
$test = wshpipe('plink -ssh -l root -pw xyz 129.0.xx.yy uname -p')



endfunction

for each $test in wshpipe("plink -ssh -l root -pw xyz 129.0.xx.yy uname -p")
? $test
next

where is the error?
thank you for your answers

Frank