On Saturday, 8 December 2018 at 03:46:11 UTC, Adam D. Ruppe wrote:
On Saturday, 8 December 2018 at 03:37:56 UTC, Murilo wrote:Hi guys, I have created an array of strings with "string[12] psstring[12] isn't a range, but string[] is.Try passing `ps[]` to the function instead of plain `ps` and see what happens.
How do I transform an array into a range?