Categories > TBS next version >

if feature improvement

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

if feature improvement

Hi,
is-it possible to have a test to comprarison operator 'is not null' or 'is null' ?

Bye
Erwan

By: Skrol29
Date: 2004-08-12
Time: 03:35

Re: if feature improvement

Hi,

It can's because TBS analyse string expressions only.
For example, if you have
if [var.myva]='hello'
then TBS will first merge [var.myvar], if $myvar = null, then it becomes :
if ='hello'
By: peirgwnael
Date: 2004-08-12
Time: 13:42

Re: if feature improvement

Thanks for your answer.