R33 to R40 (some errors)
#7

Quote:
Originally Posted by SharpenBlade
View Post
If you are trying to count the rows try this:
new rows;
cache_get_row_count(rows);
if(rows)
Or alternative:
Code:
if( cache_num_rows( ) ){
	
}
AKA
Code:
new rows = cache_num_rows( );
if( rows ) {

}
Reply


Messages In This Thread
R33 to R40 (some errors) - by Pitstop - 05.06.2020, 16:33
Re: R33 to R40 (some errors) - by zampa - 05.06.2020, 16:38
Re: R33 to R40 (some errors) - by Cell_ - 05.06.2020, 16:39
Re: R33 to R40 (some errors) - by ShadowMortar - 05.06.2020, 18:31
Re: R33 to R40 (some errors) - by Pitstop - 06.06.2020, 01:14
Re: R33 to R40 (some errors) - by SharpenBlade - 06.06.2020, 05:48
Re: R33 to R40 (some errors) - by ShadowMortar - 06.06.2020, 06:41
Re: R33 to R40 (some errors) - by Pitstop - 06.06.2020, 15:51
Re: R33 to R40 (some errors) - by Kwarde - 06.06.2020, 15:58
Re: R33 to R40 (some errors) - by Pitstop - 06.06.2020, 16:07

Forum Jump:


Users browsing this thread: 2 Guest(s)