Skip to content
Prev 138717 / 398503 Next

switch with a single character

Can anyone explain the results from switch below when a single
charachter "E" is entered? It seems to work with letter S or N...
[1] 2
[1] 1
[1] "E"
[1] -1

Kind regards, Henrik