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: 241
rebol
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