  sprintf
  Builtin Function



      SSyynnooppssiiss
        Formatted printing to a string.

      SSyynnttaaxx
        sprintf ( _s_t_r_i_n_g_v_a_r, _f_o_r_m_a_t_s_t_r, _V_A_R_i ... )

      DDeessccrriippttiioonn
        The RLaB sprintf is a limited feature version of the C-language
        sprintf. The features are limited because RLaB does not support
        all of the data types the C-language does.



        _s_t_r_i_n_g_v_a_r
           The output of sprintf is written to this variable.


        _f_o_r_m_a_t_s_t_r
           A valid sprintf format string.


        _V_A_R_i
           Are any number of constants or variables that match the
           format string. sprintf cannot print out vector, matrix, or
           list objects as a whole. Valid print objects are strings,
           constants, and scalars.


     SSeeee AAllssoo
        printf, fprintf, write, read































