OK, I get it... you want to pass the second parm as an array element. yes that can be done.
code:
break on
$Array='Comments',
'CompanyName',
'FileDescription',
'FileVersion',
'InternalName',
'Language',
'LegalCopyright',
'LegalTrademarks',
'OriginalFilename',
'PrivateBuild',
'ProductName',
'ProductVersion',
'SpecialBuild'
$srcfl='C:\KiX4.21rc2\kxrpc.exe'
for $i = 0 to 12
$tst=GetFileVersion($srcfl,$Array[$i])
$Array[$i]+' = '+$tst ?
next
get $_

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.