in reply to Re: How can I create an array that holds number of variables with values?
in thread How can I create an array that holds number of variables with values?

my @array = (0)x20;
  • Comment on Re: Answer: How can I create an array that holds number of variables with values?
  • Download Code