Forms anarray with the given dimensions, filled with the specified scalar value.
dimi The dimensions of the result.
strs = REPLICATE("string", 4, 3) INFO, strs
STRS STRING = Array(4, 3)
PRINT, strs
string string string string
string string string string
string string string string