LadyDragon
Programmer
I am attempting to create an array of strings using KSH but it doesn't appear to work:
Does ksh allow storage of strings in arrays, and if so, what am I doing wrong?
Thanks in advance to anyone out there who can help with this.
Juls
Code:
set -A string_list "string one" "string two" "string three"
Does ksh allow storage of strings in arrays, and if so, what am I doing wrong?
Thanks in advance to anyone out there who can help with this.
Juls