function stringarray

Returns a string array. If X is an integer number, a string array will have X entries which are all initialized to empty strings. If X is a string, the string array will initially have one element which is set to X.

Syntax
result = stringarray(X)

Arguments
X:   A positive integer number.