22.09.2014, 10:59
@Baltimore : cache_get_row(row_index (starts at 0), field_index (starts at 0), destination[], size (default = sizeof destination));
There is also a macro for integers (cache_get_row_int(row_index, field_index) ) and one for floating point numbers (cache_get_row_float(row_index, field_index)). Both of the macros returns directly what they got in the field.
There is also a macro for integers (cache_get_row_int(row_index, field_index) ) and one for floating point numbers (cache_get_row_float(row_index, field_index)). Both of the macros returns directly what they got in the field.