Q009

Untitled

Oct 1st, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. fprintf(file, "#%d: id %d title %s cat %d type %d rtype %d dvalue %d opt %d pos %d len %d\nminv %s maxv %s ovals %s fdesc %s paramid %d paramv %s parent %d parentval %s funit %s opts %d\n\n",
  2. i, f->sell_form_id, f->sell_form_title.c_str(), f->sell_form_cat, f->sell_form_type, f->sell_form_res_type, f->sell_form_def_value, f->sell_form_opt, f->sell_form_pos, f->sell_form_length,
  3. f->sell_min_value.c_str(), f->sell_max_value.c_str(), f->sell_form_opts_values.c_str(), f->sell_form_field_desc.c_str(), f->sell_form_param_id, f->sell_form_param_values.c_str(),
  4. f->sell_form_parent_id, f->sell_form_parent_value.c_str(), f->sell_form_unit.c_str(), f->sell_form_options);
Advertisement
Add Comment
Please, Sign In to add comment