checking values in property problem
checking values in property problem
- Subject: checking values in property problem
- From: ben gurion <email@hidden>
- Date: Fri, 11 May 2001 01:16:21 +0200
Hi,
i really can't figure out what i'm doin wrong here:
>
property app_1 : ""
>
property app_2 : ""
>
if app_1 = "" or app_1 = "" then
>
-- write something to empty properties..
>
end if
The if handler simply ignores the contents of the properties.. no matter
what i try, or if i try different notation like property app_1 : 0 or
property app_1 : {} the whole if construction is simply skipped...
Dunno, i guess there's some basic misunderstanding on my side,
so thx for any hint/help...
Ben