10.06.2015, 18:25
Example:
This would return the information in row 0 column 0
settings the value or string to id_string;
id_String would get
Name: Bob
Код:
new id_string[128]; new rows,fields; cache_get_data(rows,fields); cache_get_row(0, 0, id_string);
Код:
Name | Sex | Location Bob | Male | UK Sarah | Female | USA Sophia | Female | Italy
settings the value or string to id_string;
id_String would get
Name: Bob