WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: hienpham on December 07, 2015, 03:38:50 PM

Title: ArrayItemize -- Syntax error in the "Consolidated WIL Help"
Post by: hienpham on December 07, 2015, 03:38:50 PM
Hi,
  In the Example of ArrayItemize in the "Consolidated WIL Help" has a syntax error:
We should have:
arrName = Arrayize( 'Apples,Bananas,Cherries,Grapes,Lemons,Limes,Nectarines,Oranges,Raspberries,Strawberries,Watermelon',',' )
instead of
arrName = Arrayize( 'Apples,Bananas,Cherries,Grapes,Lemons,Limes,Nectarines,Oranges,Raspberries,Strawberries,Watermelon' )
as posted (at least with WinBatch 2014A)

Could you please check.
Thanks
Title: Re: ArrayItemize -- Syntax error in the "Consolidated WIL Help"
Post by: td on December 07, 2015, 04:39:08 PM
The ArrayItemize example is correct in Consolidate WIL Help 2015b - the current release version.