Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. new rows, fields;
  2. new CSTR[64];
  3. cache_get_data(rows, fields, Conexxion);
  4. new str[100];
  5. if(rows)
  6. {
  7. for(new i; i < rows; i++)
  8. {
  9. cache_get_field_content(i, "Nombre", CSTR);format(str, 25, "%s", CSTR);
  10. printf("%s", str, rows);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement