new array[32] read_argv(1, array, sizeof(array)) //This one uses sizeof
new array[32] read_argv(1, array, charsmax(array)) // This one uses charsmax