Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [subject: escape characters]

From: rebol665:ifrance at: 24-Feb-2002 10:51

Thanks Gregg Modifying your program, I can produce two columns. What I would like now is to populate a third column with a more symbolic notation. For now, I have got only three item for this column. 1 #"^A" 2 #"^B" 3 #"^C" 4 #"^D" 5 #"^E" 6 #"^F" 7 #"^G" 8 #"^H" #"^(back)" 9 #"^-" #"^(tab)" 10 #"^/" newline 11 #"^K" 12 #"^L" 13 #"^M" 14 #"^N" 15 #"^O" 16 #"^P" 17 #"^Q" 18 #"^R" 19 #"^S" 20 #"^T" 21 #"^U" 22 #"^V" 23 #"^W" 24 #"^X" 25 #"^Y" 26 #"^Z" 27 #"^[" 28 #"^\" 29 #"^]" 30 #"^!" 31 #"^_" Patrick