Hi all,
Just wondering if there is a way to address the nth element of a an array after a split() function.
like this :$line="aaa bbb ccc ddd"
$Record=Split($line," ",-1)
$Field=$record[3]
Or maybe i should put this in suggestions.
Thanks in advance,
Salah.
------------------