<@U1Q4G204R>: Not sure I understand the question, ...
# announcements
e
@uriel: Not sure I understand the question, but this code will create an array of size 5 all initialized to null:
Copy code
val arr = Array<String?>(5) {null}