addcol:A A:=#[left:"c:\windows\system32"#,:2#]:
FWIW, without quotes ( #[left:c:\windows\system32#,:2#]: ), column A stays empty.
However: (len: instead of left:)
addcol:A A:=#[len:"c:\windows\system32"#]:
But:
addcol:A A:=[len:"c:\windows\system32"]
Similar issues with preprocessor function with multiple arguments, like:
addcol:A,B A:=#[and:1#,:1#,:1#]: B:="something"
A:=#[concatenate:textA#,:textB#,:textC#]:
EDIT: Installed 1389a: same behaviour.