D David_Wolfe Oct 35 0 2020-06-02 #1 Is it possible to pipe to a function like @word? Seems like it should be easy but my brain isn't seeing the process for some reason. Thanks
Is it possible to pipe to a function like @word? Seems like it should be easy but my brain isn't seeing the process for some reason. Thanks
vefatica May 13,802 211 2020-06-02 #2 Something like this might suffice. Code: v:\> echo one two three | (do x in @con (echo %@word[1,%x])) two Unix's "cut" or any version of cut.exe (Gnu, for example) could also be used.[/code]
Something like this might suffice. Code: v:\> echo one two three | (do x in @con (echo %@word[1,%x])) two Unix's "cut" or any version of cut.exe (Gnu, for example) could also be used.[/code]