Categories > TinyButStrong general >

Problem with mergin array.

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Pierre
Date: 2004-08-31
Time: 21:11

Problem with mergin array.

Hi,

I have a assiociative array witch can be empty and I would like to display a different text, so I use the nodata keyword, but TBS tell me "Unsupported type... NULL" when the array is empty instead of displaying the nodata text. When the array is filled with values everything goes fine.

Thanks for you help.
--Pierre
By: Skrol29
Date: 2004-09-01
Time: 01:26

Re: Problem with mergin array.

Hi,

Null value is not supported. It expects an empty array to display the nodata section.
For exemple :
$records = array();
By: Pierre
Date: 2004-09-01
Time: 08:50

Re: Problem with mergin array.

Thanks, i'll do that.

--Pierre.