05.09.2016, 15:14
Hi,
Since r40 release there was changes
all cache_get_ functions now return their value through a reference parameter instead of returning it directly:
I have cikles where i use that functions and using
for( new r = 0; r < count = cache_get_row_index_count; r ++ )
{
}
(.+?) ?= ?(cache_get_value_.+?\(.*?)\);
\2, \1\);
Mix my code very wrong..
Since r40 release there was changes
all cache_get_ functions now return their value through a reference parameter instead of returning it directly:
I have cikles where i use that functions and using
for( new r = 0; r < count = cache_get_row_index_count; r ++ )
{
}
(.+?) ?= ?(cache_get_value_.+?\(.*?)\);
\2, \1\);
Mix my code very wrong..