Jim Avera
unread,Feb 15, 2013, 6:15:53 PM2/15/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bug-...@gnu.org
The info documentation for .substring says:
" -- Request: .substring str n1 [n2]
Replace the string named STR with the substring defined by the
indices N1 and N2. The first character in the string has index 0.
If N2 is omitted, it is taken to be equal to the string's length. ..."
The default for N2 should probably say "length - 1".
-Jim