me too, even used a function named CMD :P could not reproduce.

even tried returning an array from the CMD function.

Code:

$ = cmd(1)
Shell 'cmd /c type test.kix'

Function cmd($things)
$cmd = Split($things)
EndFunction



Bryce