Quote:
|
Originally Posted by mab
Both [] and {} work. However, if you include the {} form in a quoted string, the results are not as expected -
Results in this output -
The 1st char of the string is: a
The 1st char of the string is: abcdef{0}
|
Or if you always use {} for strings, etc, then you don't have the problem: