On 08/06/2018 01:42 PM, Brad Gilbert wrote:
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

Thank you!

Reply via email to