> my Int @a; > @a[0] = '1' Type check failed in assignment to @a; expected Int but got Str ("1") in block <unit> at <unknown file> line 1 On Mon, Aug 6, 2018 at 3:39 PM ToddAndMargo <toddandma...@zoho.com> wrote: > > Hi All, > > Is there a way to force all the members of an array > to be integers and to error out is a non-integer > is written to one of its cells? > > > Many thanks, > -T
- Force integers in an array? ToddAndMargo
- Re: Force integers in an array? Curt Tilmes
- Re: Force integers in an array? ToddAndMargo
- Re: Force integers in an array? ToddAndMargo
- Re: Force integers in an array? Brad Gilbert
- Re: Force integers in an array? ToddAndMargo