On 2/6/19 5:19 AM, Brad Gilbert wrote:
The reason there is a Nil, is you asked for the ord of an empty string."".ord =:= Nil The reason there are two empty strings is you asked for them.
What would be the most practice way of converting a string to and array of characters? $x="abc" goes to @y[0]="a", @y[1]="b", @y[2]="c"