If you don't like the order, reverse it:

(, getStrFromTransOut)~

I would like to hear more discussion about this before making a change to the definition.

Henry Rich

On 1/25/2020 1:56 PM, 'Sergey Kamenev' via Programming wrote:
Hi!

Fold verb is very useful for work with concatinating verbs.

Current I using this sentense:

sOutStr =. '' (] , getStrFromTransOut@[) F.. ] aVOut

One symbol longer:
sOutStr =. '' (getStrFromTransOut@[ ,~ ]) F.. ] aVOut

Ideal option (solution) with another argument order:

sOutStr =. '' ([ , getStrFromTransOut@]) F.. ] aVOut

Left [ and right ] brackets in their places and no need using ~ with comma verb.

Sergey.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to