ASCII                  package:R.oo                  R Documentation

_8-_b_i_t _A_S_C_I_I _t_a_b_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     ASCII is the 8-bit ASCII table with ASCII characters from 0-255.

_A_u_t_h_o_r(_s):

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

_S_e_e _A_l_s_o:

     'charToInt'() 'intToChar'()

_E_x_a_m_p_l_e_s:

       ch <- ASCII[65+1];  # ch == "A"

