How to pick a letter in a charset ?

Posted by Rebol Tutorial on Stack Overflow See other posts from Stack Overflow or by Rebol Tutorial
Published on 2010-05-04T18:25:16Z Indexed on 2010/05/04 18:28 UTC
Read the original article Hit count: 218

Filed under:

Would like to do this:

letters: charset "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
pick letters 2

but pick doesn't work with charset so what should I use with charset to get the letter at position 2 ?

© Stack Overflow or respective owner

Related posts about rebol