home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / replace < prev    next >
Encoding:
Text File  |  1997-04-23  |  303 b   |  12 lines

  1.     
  2.     _R_e_p_l_a_c_e _V_a_l_u_e_s _i_n _a _V_e_c_t_o_r
  3.     
  4.          replace(x, list, values)
  5.     
  6.     _D_e_s_c_r_i_p_t_i_o_n:
  7.     
  8.          replace replaces the values in x with indexes given in
  9.          list by those given in values.  If necessary, the
  10.          values in values are recycled.
  11.     
  12.